Html Css Color HEX #12A94E Pigment Green

📋 copy color: '#12A94E'

red 18 ◦ green 169 ◦ blue 78

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

Shades of Pigment Green #12A94E

Tints of Pigment Green #12A94E

RGB

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

 GREEN value IS 169 (66.41% from 255) = 63.77%

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 6.79%
G = 63.77%
B = 29.43%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#12A94E (or 0x12A94E) is known color: Pigment Green. HEX triplet: 12, A9 and 4E. RGB value is (18,169,78). Sum of RGB (Red+Green+Blue) = 18+169+78=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 169 (66.41% from 255 or 63.77% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 169 - color contains mainly: green. Hex color #12A94E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A94E is #ED56B1. Grayscale: #717171. Windows color (decimal): -15554226 or 5155090. OLE color: 5155090.

HSL color Cylindrical-coordinate representation of color #12A94E: hue angle of 143.84º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A94E is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 169 78 -
CMYK 0.89 0 0.54 0.34
HSL 143.84º 0.81% 0.37% -
HSV(B) 143.84º 0.89% 0.66% -
XYZ 15.81 29.05 11.98 -
YUV 113.48 107.97 59.9 -
System Red Green Blue C M Y K H S L
Decimal 18 169 78 0.89 0 0.54 0.34 143.84 0.81 0.37
Hex 12 A9 4E 59 0 36 22 90 51 25
Octal 22 251 116 131 0 66 42 220 121 45
Binary 10010 10101001 1001110 1011001 0 110110 100010 10010000 1010001 100101

Color Harmonies of #12A94E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A94E

Black with #12A94E

Text Example


Text Example

White with #12A94E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,169,78); }

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

background-color css

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

 a { background-color: rgb(18,169,78); }

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

border-color css

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

 span { border-color: rgb(18,169,78); }

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