#0A9B41

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

Shades of Pigment Green #0A9B41

Tints of Pigment Green #0A9B41

Color information

#0A9B41 (or 0x0A9B41) is unknown color: approx Pigment Green. HEX triplet: 0A, 9B and 41. RGB value is (10,155,65). Sum of RGB (Red+Green+Blue) = 10+155+65=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 155 (60.94% from 255 or 67.39% from 230); Blue value is 65 (25.78% from 255 or 28.26% from 230); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B41 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9B41 is #F564BE. Grayscale: #656565. Windows color (decimal): -16082111 or 4299530. OLE color: 4299530.

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

Color convert

RGB1015565-
CMYK0.9400.580.39
HSL142.76º87.88%32.35%-
HSV(B)142.76º93.55%60.78%-
XYZ12.823.898.94-
YUV101.38107.4662.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 155 (60.94% from 255) = 67.39%
BLUE value IS 65 (25.78% from 255) = 28.26%
R=4.35%
G=67.39%
B=28.26%

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
Decimal10155650.9400.580.39142.7687.8832.35
HexA9B415E03A278f5820
Octal122331011360724721713040
Binary101010011011100000110111100111010100111100011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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