#0A9C41

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

Shades of Pigment Green #0A9C41

Tints of Pigment Green #0A9C41

Color information

#0A9C41 (or 0x0A9C41) is unknown color: approx Pigment Green. HEX triplet: 0A, 9C and 41. RGB value is (10,156,65). Sum of RGB (Red+Green+Blue) = 10+156+65=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 156 (61.33% from 255 or 67.53% from 231); Blue value is 65 (25.78% from 255 or 28.14% from 231); Max value from RGB is 156 - color contains mainly: green. Hex color #0A9C41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9C41 is #F563BE. Grayscale: #666666. Windows color (decimal): -16081855 or 4299786. OLE color: 4299786.

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

Color convert

RGB1015665-
CMYK0.9400.580.39
HSL142.6º87.95%32.55%-
HSV(B)142.6º93.59%61.18%-
XYZ12.9724.228.99-
YUV101.97107.1362.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 156 (61.33% from 255) = 67.53%
BLUE value IS 65 (25.78% from 255) = 28.14%
R=4.33%
G=67.53%
B=28.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10156650.9400.580.39142.687.9532.55
HexA9C415E03A278f5821
Octal122341011360724721713041
Binary101010011100100000110111100111010100111100011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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