Html Css Color HEX #12A151 Pigment Green

📋 copy color: '#12A151'

red 18 ◦ green 161 ◦ blue 81

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

Shades of Pigment Green #12A151

Tints of Pigment Green #12A151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 31.15%

R = 6.92%
G = 61.92%
B = 31.15%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

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

Color information

#12A151 (or 0x12A151) is known color: Pigment Green. HEX triplet: 12, A1 and 51. RGB value is (18,161,81). Sum of RGB (Red+Green+Blue) = 18+161+81=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 161 (63.28% from 255 or 61.92% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 161 - color contains mainly: green. Hex color #12A151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A151 is #ED5EAE. Grayscale: #6D6D6D. Windows color (decimal): -15556271 or 5349650. OLE color: 5349650.

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

Color convert

RGB 18 161 81 -
CMYK 0.89 0 0.50 0.37
HSL 146.43º 0.8% 0.35% -
HSV(B) 146.43º 0.89% 0.63% -
XYZ 14.48 26.21 12.08 -
YUV 109.12 112.12 63 -
System Red Green Blue C M Y K H S L
Decimal 18 161 81 0.89 0 0.50 0.37 146.43 0.8 0.35
Hex 12 A1 51 59 0 32 25 92 50 23
Octal 22 241 121 131 0 62 45 222 120 43
Binary 10010 10100001 1010001 1011001 0 110010 100101 10010010 1010000 100011

Color Harmonies of #12A151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A151

Black with #12A151

Text Example


Text Example

White with #12A151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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