Html Css Color HEX #12AB72 Jade

📋 copy color: '#12AB72'

red 18 ◦ green 171 ◦ blue 114

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

Shades of Jade #12AB72

Tints of Jade #12AB72

RGB

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

 GREEN value IS 171 (67.19% from 255) = 56.44%

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

R = 5.94%
G = 56.44%
B = 37.62%

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

#12AB72 (or 0x12AB72) is known color: Jade. HEX triplet: 12, AB and 72. RGB value is (18,171,114). Sum of RGB (Red+Green+Blue) = 18+171+114=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 171 (67.19% from 255 or 56.44% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB72 is #ED548D. Grayscale: #767676. Windows color (decimal): -15553678 or 7514898. OLE color: 7514898.

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

Color convert

RGB 18 171 114 -
CMYK 0.89 0 0.33 0.33
HSL 157.65º 0.81% 0.37% -
HSV(B) 157.65º 0.89% 0.67% -
XYZ 17.85 30.47 20.86 -
YUV 118.76 125.31 56.13 -
System Red Green Blue C M Y K H S L
Decimal 18 171 114 0.89 0 0.33 0.33 157.65 0.81 0.37
Hex 12 AB 72 59 0 21 21 9E 51 25
Octal 22 253 162 131 0 41 41 236 121 45
Binary 10010 10101011 1110010 1011001 0 100001 100001 10011110 1010001 100101

Color Harmonies of #12AB72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB72

Black with #12AB72

Text Example


Text Example

White with #12AB72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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