Html Css Color HEX #12AA52 Pigment Green

📋 copy color: '#12AA52'

red 18 ◦ green 170 ◦ blue 82

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

Shades of Pigment Green #12AA52

Tints of Pigment Green #12AA52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 30.37%

R = 6.67%
G = 62.96%
B = 30.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#12AA52 (or 0x12AA52) is known color: Pigment Green. HEX triplet: 12, AA and 52. RGB value is (18,170,82). Sum of RGB (Red+Green+Blue) = 18+170+82=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 170 (66.80% from 255 or 62.96% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA52 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA52 is #ED55AD. Grayscale: #727272. Windows color (decimal): -15553966 or 5417490. OLE color: 5417490.

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

Color convert

RGB 18 170 82 -
CMYK 0.89 0 0.52 0.33
HSL 145.26º 0.81% 0.37% -
HSV(B) 145.26º 0.89% 0.67% -
XYZ 16.15 29.49 12.82 -
YUV 114.52 109.64 59.16 -
System Red Green Blue C M Y K H S L
Decimal 18 170 82 0.89 0 0.52 0.33 145.26 0.81 0.37
Hex 12 AA 52 59 0 34 21 91 51 25
Octal 22 252 122 131 0 64 41 221 121 45
Binary 10010 10101010 1010010 1011001 0 110100 100001 10010001 1010001 100101

Color Harmonies of #12AA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA52

Black with #12AA52

Text Example


Text Example

White with #12AA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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