Html Css Color HEX #11A874 Jade

📋 copy color: '#11A874'

red 17 ◦ green 168 ◦ blue 116

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

Shades of Jade #11A874

Tints of Jade #11A874

RGB

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

 GREEN value IS 168 (66.02% from 255) = 55.81%

 BLUE value IS 116 (45.7% from 255) = 38.54%

R = 5.65%
G = 55.81%
B = 38.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#11A874 (or 0x11A874) is known color: Jade. HEX triplet: 11, A8 and 74. RGB value is (17,168,116). Sum of RGB (Red+Green+Blue) = 17+168+116=301 (39% of max value = 765). Red value is 17 (7.03% from 255 or 5.65% from 301); Green value is 168 (66.02% from 255 or 55.81% from 301); Blue value is 116 (45.70% from 255 or 38.54% from 301); Max value from RGB is 168 - color contains mainly: green. Hex color #11A874 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #11A874 is #EE578B. Grayscale: #747474. Windows color (decimal): -15619980 or 7645201. OLE color: 7645201.

HSL color Cylindrical-coordinate representation of color #11A874: hue angle of 159.34º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #11A874 is Cyan = 0.90, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 17 168 116 -
CMYK 0.90 0 0.31 0.34
HSL 159.34º 0.82% 0.36% -
HSV(B) 159.34º 0.9% 0.66% -
XYZ 17.39 29.39 21.28 -
YUV 116.92 127.47 56.73 -
System Red Green Blue C M Y K H S L
Decimal 17 168 116 0.90 0 0.31 0.34 159.34 0.82 0.36
Hex 11 A8 74 5A 0 1F 22 9F 52 24
Octal 21 250 164 132 0 37 42 237 122 44
Binary 10001 10101000 1110100 1011010 0 11111 100010 10011111 1010010 100100

Color Harmonies of #11A874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11A874

Black with #11A874

Text Example


Text Example

White with #11A874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,168,116); }

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

background-color css

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

 a { background-color: rgb(17,168,116); }

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

border-color css

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

 span { border-color: rgb(17,168,116); }

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