Html Css Color HEX #12AB4A Pigment Green

📋 copy color: '#12AB4A'

red 18 ◦ green 171 ◦ blue 74

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

Shades of Pigment Green #12AB4A

Tints of Pigment Green #12AB4A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 65.02%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 6.84%
G = 65.02%
B = 28.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#12AB4A (or 0x12AB4A) is known color: Pigment Green. HEX triplet: 12, AB and 4A. RGB value is (18,171,74). Sum of RGB (Red+Green+Blue) = 18+171+74=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 171 (67.19% from 255 or 65.02% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AB4A is #ED54B5. Grayscale: #727272. Windows color (decimal): -15553718 or 4893458. OLE color: 4893458.

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

Color convert

RGB 18 171 74 -
CMYK 0.89 0 0.57 0.33
HSL 141.96º 0.81% 0.37% -
HSV(B) 141.96º 0.89% 0.67% -
XYZ 16.05 29.75 11.37 -
YUV 114.2 105.31 59.39 -
System Red Green Blue C M Y K H S L
Decimal 18 171 74 0.89 0 0.57 0.33 141.96 0.81 0.37
Hex 12 AB 4A 59 0 39 21 8E 51 25
Octal 22 253 112 131 0 71 41 216 121 45
Binary 10010 10101011 1001010 1011001 0 111001 100001 10001110 1010001 100101

Color Harmonies of #12AB4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB4A

Black with #12AB4A

Text Example


Text Example

White with #12AB4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,74); }

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

background-color css

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

 a { background-color: rgb(18,171,74); }

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

border-color css

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

 span { border-color: rgb(18,171,74); }

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