Html Css Color HEX #12A14C Pigment Green

📋 copy color: '#12A14C'

red 18 ◦ green 161 ◦ blue 76

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

Shades of Pigment Green #12A14C

Tints of Pigment Green #12A14C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.8%

R = 7.06%
G = 63.14%
B = 29.8%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.37

RGB Variations

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

Color information

#12A14C (or 0x12A14C) is known color: Pigment Green. HEX triplet: 12, A1 and 4C. RGB value is (18,161,76). Sum of RGB (Red+Green+Blue) = 18+161+76=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 161 (63.28% from 255 or 63.14% from 255); Blue value is 76 (30.08% from 255 or 29.80% from 255); Max value from RGB is 161 - color contains mainly: green. Hex color #12A14C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A14C is #ED5EB3. Grayscale: #6C6C6C. Windows color (decimal): -15556276 or 5021970. OLE color: 5021970.

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

Color convert

RGB 18 161 76 -
CMYK 0.89 0 0.53 0.37
HSL 144.34º 0.8% 0.35% -
HSV(B) 144.34º 0.89% 0.63% -
XYZ 14.3 26.14 11.13 -
YUV 108.55 109.62 63.41 -
System Red Green Blue C M Y K H S L
Decimal 18 161 76 0.89 0 0.53 0.37 144.34 0.8 0.35
Hex 12 A1 4C 59 0 35 25 90 50 23
Octal 22 241 114 131 0 65 45 220 120 43
Binary 10010 10100001 1001100 1011001 0 110101 100101 10010000 1010000 100011

Color Harmonies of #12A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A14C

Black with #12A14C

Text Example


Text Example

White with #12A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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