Html Css Color HEX #12AC74 Jade

📋 copy color: '#12AC74'

red 18 ◦ green 172 ◦ blue 116

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

Shades of Jade #12AC74

Tints of Jade #12AC74

RGB

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

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

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

R = 5.88%
G = 56.21%
B = 37.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#12AC74 (or 0x12AC74) is known color: Jade. HEX triplet: 12, AC and 74. RGB value is (18,172,116). Sum of RGB (Red+Green+Blue) = 18+172+116=306 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.88% from 306); Green value is 172 (67.58% from 255 or 56.21% from 306); Blue value is 116 (45.70% from 255 or 37.91% from 306); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC74 is #ED538B. Grayscale: #777777. Windows color (decimal): -15553420 or 7646226. OLE color: 7646226.

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

Color convert

RGB 18 172 116 -
CMYK 0.90 0 0.33 0.33
HSL 158.18º 0.81% 0.37% -
HSV(B) 158.18º 0.9% 0.67% -
XYZ 18.15 30.89 21.53 -
YUV 119.57 125.98 55.55 -
System Red Green Blue C M Y K H S L
Decimal 18 172 116 0.90 0 0.33 0.33 158.18 0.81 0.37
Hex 12 AC 74 5A 0 21 21 9E 51 25
Octal 22 254 164 132 0 41 41 236 121 45
Binary 10010 10101100 1110100 1011010 0 100001 100001 10011110 1010001 100101

Color Harmonies of #12AC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC74

Black with #12AC74

Text Example


Text Example

White with #12AC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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