#12A139

Color #12A139 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #12A139

Tints of Pigment Green #12A139

Color information

#12A139 (or 0x12A139) is unknown color: approx Pigment Green. HEX triplet: 12, A1 and 39. RGB value is (18,161,57). Sum of RGB (Red+Green+Blue) = 18+161+57=236 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.63% from 236); Green value is 161 (63.28% from 255 or 68.22% from 236); Blue value is 57 (22.66% from 255 or 24.15% from 236); Max value from RGB is 161 - color contains mainly: green. Hex color #12A139 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A139 is #ED5EC6. Grayscale: #6A6A6A. Windows color (decimal): -15556295 or 3776786. OLE color: 3776786.

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

Color convert

RGB1816157-
CMYK0.8900.650.37
HSL136.36º79.89%35.1%-
HSV(B)136.36º88.82%63.14%-
XYZ13.7325.918.15-
YUV106.39100.1264.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.63%
GREEN value IS 161 (63.28% from 255) = 68.22%
BLUE value IS 57 (22.66% from 255) = 24.15%
R=7.63%
G=68.22%
B=24.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18161570.8900.650.37136.3679.8935.1
Hex12A1395904125885023
Octal222417113101014521012043
Binary1001010100001111001101100101000001100101100010001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A139;
 }
 .AnyTagClassName
 {
   color: #12A139;
 }
</style>
background-color css

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

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

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

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

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

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