#0A9F2C

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

Shades of Dark Pastel Green #0A9F2C

Tints of Dark Pastel Green #0A9F2C

Color information

#0A9F2C (or 0x0A9F2C) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, 9F and 2C. RGB value is (10,159,44). Sum of RGB (Red+Green+Blue) = 10+159+44=213 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.69% from 213); Green value is 159 (62.5% from 255 or 74.65% from 213); Blue value is 44 (17.58% from 255 or 20.66% from 213); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F2C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F2C is #F560D3. Grayscale: #656565. Windows color (decimal): -16081108 or 2924298. OLE color: 2924298.

HSL color Cylindrical-coordinate representation of color #0A9F2C: hue angle of 133.69º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F2C is Cyan = 0.94, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.38.

Color convert

RGB1015944-
CMYK0.9400.720.38
HSL133.69º88.17%33.14%-
HSV(B)133.69º93.71%62.35%-
XYZ12.9825.046.53-
YUV101.3495.6462.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.69%
GREEN value IS 159 (62.5% from 255) = 74.65%
BLUE value IS 44 (17.58% from 255) = 20.66%
R=4.69%
G=74.65%
B=20.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159440.9400.720.38133.6988.1733.14
HexA9F2C5E04826865821
Octal122375413601104620613041
Binary101010011111101100101111001001000100110100001101011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,44); }

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

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

 a { background-color: rgb(10,159,44); }

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

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

 span { border-color: rgb(10,159,44); }

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