#0A9C39

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

Shades of Pigment Green #0A9C39

Tints of Pigment Green #0A9C39

Color information

#0A9C39 (or 0x0A9C39) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 39. RGB value is (10,156,57). Sum of RGB (Red+Green+Blue) = 10+156+57=223 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.48% from 223); Green value is 156 (61.33% from 255 or 69.96% from 223); Blue value is 57 (22.66% from 255 or 25.56% from 223); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C39 is #F563C6. Grayscale: #656565. Windows color (decimal): -16081863 or 3775498. OLE color: 3775498.

HSL color Cylindrical-coordinate representation of color #0A9C39: hue angle of 139.32º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9C39 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.39.

Color convert

RGB1015657-
CMYK0.9400.630.39
HSL139.32º87.95%32.55%-
HSV(B)139.32º93.59%61.18%-
XYZ12.7524.147.86-
YUV101.06103.1363.05-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.48%
GREEN value IS 156 (61.33% from 255) = 69.96%
BLUE value IS 57 (22.66% from 255) = 25.56%
R=4.48%
G=69.96%
B=25.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156570.9400.630.39139.3287.9532.55
HexA9C395E03F278b5821
Octal12234711360774721313041
Binary10101001110011100110111100111111100111100010111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9C39; }

 p { color: rgb(10,156,57); }

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

<style>
 a { background-color: #0A9C39; }

 a { background-color: rgb(10,156,57); }

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

<style>
 span { border-color: #0A9C39; }

 span { border-color: rgb(10,156,57); }

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