Html Css Color HEX #12A14F Pigment Green

📋 copy color: '#12A14F'

red 18 ◦ green 161 ◦ blue 79

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

Shades of Pigment Green #12A14F

Tints of Pigment Green #12A14F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 62.4%

 BLUE value IS 79 (31.25% from 255) = 30.62%

R = 6.98%
G = 62.4%
B = 30.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#12A14F (or 0x12A14F) is known color: Pigment Green. HEX triplet: 12, A1 and 4F. RGB value is (18,161,79). Sum of RGB (Red+Green+Blue) = 18+161+79=258 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.98% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #12A14F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A14F is #ED5EB0. Grayscale: #6D6D6D. Windows color (decimal): -15556273 or 5218578. OLE color: 5218578.

HSL color Cylindrical-coordinate representation of color #12A14F: hue angle of 145.59º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A14F is Cyan = 0.89, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 18 161 79 -
CMYK 0.89 0 0.51 0.37
HSL 145.59º 0.8% 0.35% -
HSV(B) 145.59º 0.89% 0.63% -
XYZ 14.41 26.18 11.69 -
YUV 108.9 111.12 63.17 -
System Red Green Blue C M Y K H S L
Decimal 18 161 79 0.89 0 0.51 0.37 145.59 0.8 0.35
Hex 12 A1 4F 59 0 33 25 92 50 23
Octal 22 241 117 131 0 63 45 222 120 43
Binary 10010 10100001 1001111 1011001 0 110011 100101 10010010 1010000 100011

Color Harmonies of #12A14F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A14F

Black with #12A14F

Text Example


Text Example

White with #12A14F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,161,79); }

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

background-color css

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

 a { background-color: rgb(18,161,79); }

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

border-color css

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

 span { border-color: rgb(18,161,79); }

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