Html Css Color HEX #12AA5E Pigment Green

📋 copy color: '#12AA5E'

red 18 ◦ green 170 ◦ blue 94

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

Shades of Pigment Green #12AA5E

Tints of Pigment Green #12AA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.33%

R = 6.38%
G = 60.28%
B = 33.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#12AA5E (or 0x12AA5E) is known color: Pigment Green. HEX triplet: 12, AA and 5E. RGB value is (18,170,94). Sum of RGB (Red+Green+Blue) = 18+170+94=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 170 (66.80% from 255 or 60.28% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA5E is #ED55A1. Grayscale: #747474. Windows color (decimal): -15553954 or 6203922. OLE color: 6203922.

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

Color convert

RGB 18 170 94 -
CMYK 0.89 0 0.45 0.33
HSL 150º 0.81% 0.37% -
HSV(B) 150º 0.89% 0.67% -
XYZ 16.64 29.69 15.44 -
YUV 115.89 115.64 58.18 -
System Red Green Blue C M Y K H S L
Decimal 18 170 94 0.89 0 0.45 0.33 150 0.81 0.37
Hex 12 AA 5E 59 0 2D 21 96 51 25
Octal 22 252 136 131 0 55 41 226 121 45
Binary 10010 10101010 1011110 1011001 0 101101 100001 10010110 1010001 100101

Color Harmonies of #12AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA5E

Black with #12AA5E

Text Example


Text Example

White with #12AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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