Html Css Color HEX #12A059 Pigment Green

📋 copy color: '#12A059'

red 18 ◦ green 160 ◦ blue 89

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

Shades of Pigment Green #12A059

Tints of Pigment Green #12A059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 59.93%

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 6.74%
G = 59.93%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.44

 K value IS 0.37

RGB Variations

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

Color information

#12A059 (or 0x12A059) is known color: Pigment Green. HEX triplet: 12, A0 and 59. RGB value is (18,160,89). Sum of RGB (Red+Green+Blue) = 18+160+89=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 160 (62.89% from 255 or 59.93% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 160 - color contains mainly: green. Hex color #12A059 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A059 is #ED5FA6. Grayscale: #6D6D6D. Windows color (decimal): -15556519 or 5873682. OLE color: 5873682.

HSL color Cylindrical-coordinate representation of color #12A059: hue angle of 150º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A059 is Cyan = 0.89, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 160 89 -
CMYK 0.89 0 0.44 0.37
HSL 150º 0.8% 0.35% -
HSV(B) 150º 0.89% 0.63% -
XYZ 14.62 25.99 13.7 -
YUV 109.45 116.46 62.77 -
System Red Green Blue C M Y K H S L
Decimal 18 160 89 0.89 0 0.44 0.37 150 0.8 0.35
Hex 12 A0 59 59 0 2C 25 96 50 23
Octal 22 240 131 131 0 54 45 226 120 43
Binary 10010 10100000 1011001 1011001 0 101100 100101 10010110 1010000 100011

Color Harmonies of #12A059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A059

Black with #12A059

Text Example


Text Example

White with #12A059

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,160,89); }

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

background-color css

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

 a { background-color: rgb(18,160,89); }

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

border-color css

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

 span { border-color: rgb(18,160,89); }

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