#0AAC39

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

Shades of Dark Pastel Green #0AAC39

Tints of Dark Pastel Green #0AAC39

Color information

#0AAC39 (or 0x0AAC39) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AC and 39. RGB value is (10,172,57). Sum of RGB (Red+Green+Blue) = 10+172+57=239 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.18% from 239); Green value is 172 (67.58% from 255 or 71.97% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC39 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC39 is #F553C6. Grayscale: #6E6E6E. Windows color (decimal): -16077767 or 3779594. OLE color: 3779594.

HSL color Cylindrical-coordinate representation of color #0AAC39: hue angle of 137.41º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC39 is Cyan = 0.94, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1017257-
CMYK0.9400.670.33
HSL137.41º89.01%35.69%-
HSV(B)137.41º94.19%67.45%-
XYZ15.6229.868.81-
YUV110.4597.8356.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.18%
GREEN value IS 172 (67.58% from 255) = 71.97%
BLUE value IS 57 (22.66% from 255) = 23.85%
R=4.18%
G=71.97%
B=23.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10172570.9400.670.33137.4189.0135.69
HexAAC395E04321895924
Octal122547113601034121113144
Binary101010101100111001101111001000011100001100010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,172,57); }

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

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

 a { background-color: rgb(10,172,57); }

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

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

 span { border-color: rgb(10,172,57); }

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