Html Css Color HEX #11C06A Jade

📋 copy color: '#11C06A'

red 17 ◦ green 192 ◦ blue 106

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

Shades of Jade #11C06A

Tints of Jade #11C06A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 60.95%

 BLUE value IS 106 (41.8% from 255) = 33.65%

R = 5.4%
G = 60.95%
B = 33.65%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.25

RGB Variations

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

Color information

#11C06A (or 0x11C06A) is known color: Jade. HEX triplet: 11, C0 and 6A. RGB value is (17,192,106). Sum of RGB (Red+Green+Blue) = 17+192+106=315 (41% of max value = 765). Red value is 17 (7.03% from 255 or 5.40% from 315); Green value is 192 (75.39% from 255 or 60.95% from 315); Blue value is 106 (41.80% from 255 or 33.65% from 315); Max value from RGB is 192 - color contains mainly: green. Hex color #11C06A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C06A is #EE3F95. Grayscale: #828282. Windows color (decimal): -15613846 or 6995985. OLE color: 6995985.

HSL color Cylindrical-coordinate representation of color #11C06A: hue angle of 150.51º 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 #11C06A is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.25.

Color convert

RGB 17 192 106 -
CMYK 0.91 0 0.45 0.25
HSL 150.51º 0.84% 0.41% -
HSV(B) 150.51º 0.91% 0.75% -
XYZ 21.68 38.86 19.99 -
YUV 129.87 114.52 47.49 -
System Red Green Blue C M Y K H S L
Decimal 17 192 106 0.91 0 0.45 0.25 150.51 0.84 0.41
Hex 11 C0 6A 5B 0 2D 19 97 54 29
Octal 21 300 152 133 0 55 31 227 124 51
Binary 10001 11000000 1101010 1011011 0 101101 11001 10010111 1010100 101001

Color Harmonies of #11C06A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C06A

Black with #11C06A

Text Example


Text Example

White with #11C06A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,192,106); }

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

background-color css

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

 a { background-color: rgb(17,192,106); }

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

border-color css

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

 span { border-color: rgb(17,192,106); }

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