Html Css Color HEX #12AC50 Pigment Green

📋 copy color: '#12AC50'

red 18 ◦ green 172 ◦ blue 80

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

Shades of Pigment Green #12AC50

Tints of Pigment Green #12AC50

RGB

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

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

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

R = 6.67%
G = 63.7%
B = 29.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#12AC50 (or 0x12AC50) is known color: Pigment Green. HEX triplet: 12, AC and 50. RGB value is (18,172,80). Sum of RGB (Red+Green+Blue) = 18+172+80=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 172 (67.58% from 255 or 63.70% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC50 is #ED53AF. Grayscale: #737373. Windows color (decimal): -15553456 or 5286930. OLE color: 5286930.

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

Color convert

RGB 18 172 80 -
CMYK 0.90 0 0.53 0.33
HSL 144.16º 0.81% 0.37% -
HSV(B) 144.16º 0.9% 0.67% -
XYZ 16.45 30.21 12.55 -
YUV 115.47 107.98 58.48 -
System Red Green Blue C M Y K H S L
Decimal 18 172 80 0.90 0 0.53 0.33 144.16 0.81 0.37
Hex 12 AC 50 5A 0 35 21 90 51 25
Octal 22 254 120 132 0 65 41 220 121 45
Binary 10010 10101100 1010000 1011010 0 110101 100001 10010000 1010001 100101

Color Harmonies of #12AC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC50

Black with #12AC50

Text Example


Text Example

White with #12AC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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