#0A9336

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

Shades of Pigment Green #0A9336

Tints of Pigment Green #0A9336

Color information

#0A9336 (or 0x0A9336) is unknown color: approx Pigment Green. HEX triplet: 0A, 93 and 36. RGB value is (10,147,54). Sum of RGB (Red+Green+Blue) = 10+147+54=211 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.74% from 211); Green value is 147 (57.81% from 255 or 69.67% from 211); Blue value is 54 (21.48% from 255 or 25.59% from 211); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9336 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9336 is #F56CC9. Grayscale: #5F5F5F. Windows color (decimal): -16084170 or 3576586. OLE color: 3576586.

HSL color Cylindrical-coordinate representation of color #0A9336: hue angle of 139.27º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9336 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.42.

Color convert

RGB1014754-
CMYK0.9300.630.42
HSL139.27º87.26%30.78%-
HSV(B)139.27º93.2%57.65%-
XYZ11.2221.26.99-
YUV95.44104.6167.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.74%
GREEN value IS 147 (57.81% from 255) = 69.67%
BLUE value IS 54 (21.48% from 255) = 25.59%
R=4.74%
G=69.67%
B=25.59%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10147540.9300.630.42139.2787.2630.78
HexA93365D03F2A8b571f
Octal12223661350775221312737
Binary1010100100111101101011101011111110101010001011101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,147,54); }

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

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

 a { background-color: rgb(10,147,54); }

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

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

 span { border-color: rgb(10,147,54); }

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