Html Css Color HEX #12AA71 Jade

📋 copy color: '#12AA71'

red 18 ◦ green 170 ◦ blue 113

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

Shades of Jade #12AA71

Tints of Jade #12AA71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.54%

R = 5.98%
G = 56.48%
B = 37.54%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#12AA71 (or 0x12AA71) is known color: Jade. HEX triplet: 12, AA and 71. RGB value is (18,170,113). Sum of RGB (Red+Green+Blue) = 18+170+113=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 113 (44.53% from 255 or 37.54% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA71 is #ED558E. Grayscale: #767676. Windows color (decimal): -15553935 or 7449106. OLE color: 7449106.

HSL color Cylindrical-coordinate representation of color #12AA71: hue angle of 157.5º 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 #12AA71 is Cyan = 0.89, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 170 113 -
CMYK 0.89 0 0.34 0.33
HSL 157.5º 0.81% 0.37% -
HSV(B) 157.5º 0.89% 0.67% -
XYZ 17.6 30.07 20.5 -
YUV 118.05 125.14 56.63 -
System Red Green Blue C M Y K H S L
Decimal 18 170 113 0.89 0 0.34 0.33 157.5 0.81 0.37
Hex 12 AA 71 59 0 22 21 9E 51 25
Octal 22 252 161 131 0 42 41 236 121 45
Binary 10010 10101010 1110001 1011001 0 100010 100001 10011110 1010001 100101

Color Harmonies of #12AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA71

Black with #12AA71

Text Example


Text Example

White with #12AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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