Html Css Color HEX #11C16E Jade

📋 copy color: '#11C16E'

red 17 ◦ green 193 ◦ blue 110

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

Shades of Jade #11C16E

Tints of Jade #11C16E

RGB

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

 GREEN value IS 193 (75.78% from 255) = 60.31%

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 5.31%
G = 60.31%
B = 34.38%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#11C16E (or 0x11C16E) is known color: Jade. HEX triplet: 11, C1 and 6E. RGB value is (17,193,110). Sum of RGB (Red+Green+Blue) = 17+193+110=320 (42% of max value = 765). Red value is 17 (7.03% from 255 or 5.31% from 320); Green value is 193 (75.78% from 255 or 60.31% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 193 - color contains mainly: green. Hex color #11C16E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #11C16E is #EE3E91. Grayscale: #838383. Windows color (decimal): -15613586 or 7258385. OLE color: 7258385.

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

Color convert

RGB 17 193 110 -
CMYK 0.91 0 0.43 0.24
HSL 151.7º 0.84% 0.41% -
HSV(B) 151.7º 0.91% 0.76% -
XYZ 22.12 39.38 21.19 -
YUV 130.91 116.19 46.75 -
System Red Green Blue C M Y K H S L
Decimal 17 193 110 0.91 0 0.43 0.24 151.7 0.84 0.41
Hex 11 C1 6E 5B 0 2B 18 98 54 29
Octal 21 301 156 133 0 53 30 230 124 51
Binary 10001 11000001 1101110 1011011 0 101011 11000 10011000 1010100 101001

Color Harmonies of #11C16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11C16E

Black with #11C16E

Text Example


Text Example

White with #11C16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,193,110); }

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

background-color css

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

 a { background-color: rgb(17,193,110); }

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

border-color css

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

 span { border-color: rgb(17,193,110); }

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