#0A9C55

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

Shades of Pigment Green #0A9C55

Tints of Pigment Green #0A9C55

Color information

#0A9C55 (or 0x0A9C55) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 55. RGB value is (10,156,85). Sum of RGB (Red+Green+Blue) = 10+156+85=251 (33% of max value = 765). Red value is 10 (4.30% from 255 or 3.98% from 251); Green value is 156 (61.33% from 255 or 62.15% from 251); Blue value is 85 (33.59% from 255 or 33.86% from 251); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9C55 is #F563AA. Grayscale: #686868. Windows color (decimal): -16081835 or 5610506. OLE color: 5610506.

HSL color Cylindrical-coordinate representation of color #0A9C55: hue angle of 150.82º 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 #0A9C55 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB1015685-
CMYK0.9400.460.39
HSL150.82º87.95%32.55%-
HSV(B)150.82º93.59%61.18%-
XYZ13.6524.512.6-
YUV104.25117.1360.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.98%
GREEN value IS 156 (61.33% from 255) = 62.15%
BLUE value IS 85 (33.59% from 255) = 33.86%
R=3.98%
G=62.15%
B=33.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156850.9400.460.39150.8287.9532.55
HexA9C555E02E27975821
Octal122341251360564722713041
Binary101010011100101010110111100101110100111100101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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