Html Css Color HEX #12AA72 Jade

📋 copy color: '#12AA72'

red 18 ◦ green 170 ◦ blue 114

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

Shades of Jade #12AA72

Tints of Jade #12AA72

RGB

 RED value IS 18 (7.42% from 255) = 5.96%

 GREEN value IS 170 (66.8% from 255) = 56.29%

 BLUE value IS 114 (44.92% from 255) = 37.75%

R = 5.96%
G = 56.29%
B = 37.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#12AA72 (or 0x12AA72) is known color: Jade. HEX triplet: 12, AA and 72. RGB value is (18,170,114). Sum of RGB (Red+Green+Blue) = 18+170+114=302 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.96% from 302); Green value is 170 (66.80% from 255 or 56.29% from 302); Blue value is 114 (44.92% from 255 or 37.75% from 302); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA72 is #ED558D. Grayscale: #767676. Windows color (decimal): -15553934 or 7514642. OLE color: 7514642.

HSL color Cylindrical-coordinate representation of color #12AA72: hue angle of 157.89º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA72 is Cyan = 0.89, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 114 -
CMYK 0.89 0 0.33 0.33
HSL 157.89º 0.81% 0.37% -
HSV(B) 157.89º 0.89% 0.67% -
XYZ 17.66 30.09 20.8 -
YUV 118.17 125.64 56.55 -
System Red Green Blue C M Y K H S L
Decimal 18 170 114 0.89 0 0.33 0.33 157.89 0.81 0.37
Hex 12 AA 72 59 0 21 21 9E 51 25
Octal 22 252 162 131 0 41 41 236 121 45
Binary 10010 10101010 1110010 1011001 0 100001 100001 10011110 1010001 100101

Color Harmonies of #12AA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA72

Black with #12AA72

Text Example


Text Example

White with #12AA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12AA72; }

 p { color: rgb(18,170,114); }

 H1.HeaderClassName
 {
   color: #12AA72;
 }
 .AnyTagClassName
 {
   color: #12AA72;
 }
</style>

background-color css

<style>
 a { background-color: #12AA72; }

 a { background-color: rgb(18,170,114); }

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

border-color css

<style>
 span { border-color: #12AA72; }

 span { border-color: rgb(18,170,114); }

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