Html Css Color HEX #12AC71 Jade

📋 copy color: '#12AC71'

red 18 ◦ green 172 ◦ blue 113

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

Shades of Jade #12AC71

Tints of Jade #12AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 56.77%

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

R = 5.94%
G = 56.77%
B = 37.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#12AC71 (or 0x12AC71) is known color: Jade. HEX triplet: 12, AC and 71. RGB value is (18,172,113). Sum of RGB (Red+Green+Blue) = 18+172+113=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 113 (44.53% from 255 or 37.29% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC71 is #ED538E. Grayscale: #777777. Windows color (decimal): -15553423 or 7449618. OLE color: 7449618.

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

Color convert

RGB 18 172 113 -
CMYK 0.90 0 0.34 0.33
HSL 157.01º 0.81% 0.37% -
HSV(B) 157.01º 0.9% 0.67% -
XYZ 17.98 30.83 20.63 -
YUV 119.23 124.48 55.8 -
System Red Green Blue C M Y K H S L
Decimal 18 172 113 0.90 0 0.34 0.33 157.01 0.81 0.37
Hex 12 AC 71 5A 0 22 21 9D 51 25
Octal 22 254 161 132 0 42 41 235 121 45
Binary 10010 10101100 1110001 1011010 0 100010 100001 10011101 1010001 100101

Color Harmonies of #12AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC71

Black with #12AC71

Text Example


Text Example

White with #12AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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