#0A9037

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

Shades of Pigment Green #0A9037

Tints of Pigment Green #0A9037

Color information

#0A9037 (or 0x0A9037) is unknown color: approx Pigment Green. HEX triplet: 0A, 90 and 37. RGB value is (10,144,55). Sum of RGB (Red+Green+Blue) = 10+144+55=209 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.78% from 209); Green value is 144 (56.64% from 255 or 68.90% from 209); Blue value is 55 (21.88% from 255 or 26.32% from 209); Max value from RGB is 144 - color contains mainly: green. Hex color #0A9037 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9037 is #F56FC8. Grayscale: #5E5E5E. Windows color (decimal): -16084937 or 3641354. OLE color: 3641354.

HSL color Cylindrical-coordinate representation of color #0A9037: hue angle of 140.15º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9037 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.44.

Color convert

RGB1014455-
CMYK0.9300.620.44
HSL140.15º87.01%30.2%-
HSV(B)140.15º93.06%56.47%-
XYZ10.7920.296.96-
YUV93.79106.1168.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.78%
GREEN value IS 144 (56.64% from 255) = 68.90%
BLUE value IS 55 (21.88% from 255) = 26.32%
R=4.78%
G=68.90%
B=26.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10144550.9300.620.44140.1587.0130.2
HexA90375D03E2C8c571e
Octal12220671350765421412736
Binary1010100100001101111011101011111010110010001100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,144,55); }

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

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

 a { background-color: rgb(10,144,55); }

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

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

 span { border-color: rgb(10,144,55); }

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