Html Css Color HEX #11BF6C Jade

📋 copy color: '#11BF6C'

red 17 ◦ green 191 ◦ blue 108

#11BF6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #11BF6C

Tints of Jade #11BF6C

RGB

 RED value IS 17 (7.03% from 255) = 5.38%

 GREEN value IS 191 (75% from 255) = 60.44%

 BLUE value IS 108 (42.58% from 255) = 34.18%

R = 5.38%
G = 60.44%
B = 34.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#11BF6C (or 0x11BF6C) is known color: Jade. HEX triplet: 11, BF and 6C. RGB value is (17,191,108). Sum of RGB (Red+Green+Blue) = 17+191+108=316 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.38% from 316); Green value is 191 (75% from 255 or 60.44% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 191 - color contains mainly: green. Hex color #11BF6C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11BF6C is #EE4093. Grayscale: #818181. Windows color (decimal): -15614100 or 7126801. OLE color: 7126801.

HSL color Cylindrical-coordinate representation of color #11BF6C: hue angle of 151.38º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #11BF6C is Cyan = 0.91, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 191 108 -
CMYK 0.91 0 0.43 0.25
HSL 151.38º 0.84% 0.41% -
HSV(B) 151.38º 0.91% 0.75% -
XYZ 21.57 38.46 20.47 -
YUV 129.51 115.85 47.75 -
System Red Green Blue C M Y K H S L
Decimal 17 191 108 0.91 0 0.43 0.25 151.38 0.84 0.41
Hex 11 BF 6C 5B 0 2B 19 97 54 29
Octal 21 277 154 133 0 53 31 227 124 51
Binary 10001 10111111 1101100 1011011 0 101011 11001 10010111 1010100 101001

Color Harmonies of #11BF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11BF6C

Black with #11BF6C

Text Example


Text Example

White with #11BF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11BF6C; }

 p { color: rgb(17,191,108); }

 H1.HeaderClassName
 {
   color: #11BF6C;
 }
 .AnyTagClassName
 {
   color: #11BF6C;
 }
</style>

background-color css

<style>
 a { background-color: #11BF6C; }

 a { background-color: rgb(17,191,108); }

 div.DivClassName
 {
   background-color: #11BF6C;
 }
 .BgClassName
 {
   background-color: #11BF6C;
 }
</style>

border-color css

<style>
 span { border-color: #11BF6C; }

 span { border-color: rgb(17,191,108); }

 td.TdClassName
 {
   border-color: #11BF6C;
 }
 .TagClassName
 {
   border-color: #11BF6C;
 }
</style>