#12A058

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

Shades of Pigment Green #12A058

Tints of Pigment Green #12A058

Color information

#12A058 (or 0x12A058) is unknown color: approx Pigment Green. HEX triplet: 12, A0 and 58. RGB value is (18,160,88). Sum of RGB (Red+Green+Blue) = 18+160+88=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 160 (62.89% from 255 or 60.15% from 266); Blue value is 88 (34.77% from 255 or 33.08% from 266); Max value from RGB is 160 - color contains mainly: green. Hex color #12A058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A058 is #ED5FA7. Grayscale: #6D6D6D. Windows color (decimal): -15556520 or 5808146. OLE color: 5808146.

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

Color convert

RGB1816088-
CMYK0.8900.450.37
HSL149.58º79.78%34.9%-
HSV(B)149.58º88.75%62.75%-
XYZ14.5825.9713.48-
YUV109.33115.9662.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.77%
GREEN value IS 160 (62.89% from 255) = 60.15%
BLUE value IS 88 (34.77% from 255) = 33.08%
R=6.77%
G=60.15%
B=33.08%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18160880.8900.450.37149.5879.7834.9
Hex12A0585902D25965023
Octal222401301310554522612043
Binary1001010100000101100010110010101101100101100101101010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,160,88); }

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

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

 a { background-color: rgb(18,160,88); }

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

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

 span { border-color: rgb(18,160,88); }

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