Html Css Color HEX #12A154 Pigment Green

📋 copy color: '#12A154'

red 18 ◦ green 161 ◦ blue 84

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

Shades of Pigment Green #12A154

Tints of Pigment Green #12A154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.94%

R = 6.84%
G = 61.22%
B = 31.94%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.37

RGB Variations

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

Color information

#12A154 (or 0x12A154) is known color: Pigment Green. HEX triplet: 12, A1 and 54. RGB value is (18,161,84). Sum of RGB (Red+Green+Blue) = 18+161+84=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 161 (63.28% from 255 or 61.22% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 161 - color contains mainly: green. Hex color #12A154 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A154 is #ED5EAB. Grayscale: #6D6D6D. Windows color (decimal): -15556268 or 5546258. OLE color: 5546258.

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

Color convert

RGB 18 161 84 -
CMYK 0.89 0 0.48 0.37
HSL 147.69º 0.8% 0.35% -
HSV(B) 147.69º 0.89% 0.63% -
XYZ 14.59 26.26 12.69 -
YUV 109.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 18 161 84 0.89 0 0.48 0.37 147.69 0.8 0.35
Hex 12 A1 54 59 0 30 25 94 50 23
Octal 22 241 124 131 0 60 45 224 120 43
Binary 10010 10100001 1010100 1011001 0 110000 100101 10010100 1010000 100011

Color Harmonies of #12A154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A154

Black with #12A154

Text Example


Text Example

White with #12A154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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