Html Css Color HEX #12AA50 Pigment Green

📋 copy color: '#12AA50'

red 18 ◦ green 170 ◦ blue 80

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

Shades of Pigment Green #12AA50

Tints of Pigment Green #12AA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 29.85%

R = 6.72%
G = 63.43%
B = 29.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#12AA50 (or 0x12AA50) is known color: Pigment Green. HEX triplet: 12, AA and 50. RGB value is (18,170,80). Sum of RGB (Red+Green+Blue) = 18+170+80=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 170 (66.80% from 255 or 63.43% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA50 is #ED55AF. Grayscale: #727272. Windows color (decimal): -15553968 or 5286418. OLE color: 5286418.

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

Color convert

RGB 18 170 80 -
CMYK 0.89 0 0.53 0.33
HSL 144.47º 0.81% 0.37% -
HSV(B) 144.47º 0.89% 0.67% -
XYZ 16.07 29.46 12.43 -
YUV 114.29 108.64 59.32 -
System Red Green Blue C M Y K H S L
Decimal 18 170 80 0.89 0 0.53 0.33 144.47 0.81 0.37
Hex 12 AA 50 59 0 35 21 90 51 25
Octal 22 252 120 131 0 65 41 220 121 45
Binary 10010 10101010 1010000 1011001 0 110101 100001 10010000 1010001 100101

Color Harmonies of #12AA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AA50

Black with #12AA50

Text Example


Text Example

White with #12AA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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