#0A9B40

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

Shades of Pigment Green #0A9B40

Tints of Pigment Green #0A9B40

Color information

#0A9B40 (or 0x0A9B40) is unknown color: approx Pigment Green. HEX triplet: 0A, 9B and 40. RGB value is (10,155,64). Sum of RGB (Red+Green+Blue) = 10+155+64=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 155 (60.94% from 255 or 67.69% from 229); Blue value is 64 (25.39% from 255 or 27.95% from 229); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B40 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9B40 is #F564BF. Grayscale: #656565. Windows color (decimal): -16082112 or 4233994. OLE color: 4233994.

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

Color convert

RGB1015564-
CMYK0.9400.590.39
HSL142.34º87.88%32.35%-
HSV(B)142.34º93.55%60.78%-
XYZ12.7723.888.79-
YUV101.27106.9662.9-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 155 (60.94% from 255) = 67.69%
BLUE value IS 64 (25.39% from 255) = 27.95%
R=4.37%
G=67.69%
B=27.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10155640.9400.590.39142.3487.8832.35
HexA9B405E03B278e5820
Octal122331001360734721613040
Binary101010011011100000010111100111011100111100011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,155,64); }

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

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

 a { background-color: rgb(10,155,64); }

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

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

 span { border-color: rgb(10,155,64); }

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