Html Css Color HEX #12A147 Pigment Green

📋 copy color: '#12A147'

red 18 ◦ green 161 ◦ blue 71

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

Shades of Pigment Green #12A147

Tints of Pigment Green #12A147

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 28.4%

R = 7.2%
G = 64.4%
B = 28.4%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.37

RGB Variations

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

Color information

#12A147 (or 0x12A147) is known color: Pigment Green. HEX triplet: 12, A1 and 47. RGB value is (18,161,71). Sum of RGB (Red+Green+Blue) = 18+161+71=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 161 (63.28% from 255 or 64.4% from 250); Blue value is 71 (28.12% from 255 or 28.4% from 250); Max value from RGB is 161 - color contains mainly: green. Hex color #12A147 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A147 is #ED5EB8. Grayscale: #6C6C6C. Windows color (decimal): -15556281 or 4694290. OLE color: 4694290.

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

Color convert

RGB 18 161 71 -
CMYK 0.89 0 0.56 0.37
HSL 142.24º 0.8% 0.35% -
HSV(B) 142.24º 0.89% 0.63% -
XYZ 14.13 26.07 10.25 -
YUV 107.98 107.12 63.82 -
System Red Green Blue C M Y K H S L
Decimal 18 161 71 0.89 0 0.56 0.37 142.24 0.8 0.35
Hex 12 A1 47 59 0 38 25 8E 50 23
Octal 22 241 107 131 0 70 45 216 120 43
Binary 10010 10100001 1000111 1011001 0 111000 100101 10001110 1010000 100011

Color Harmonies of #12A147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A147

Black with #12A147

Text Example


Text Example

White with #12A147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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