#0AAD33

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

Shades of Dark Pastel Green #0AAD33

Tints of Dark Pastel Green #0AAD33

Color information

#0AAD33 (or 0x0AAD33) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AD and 33. RGB value is (10,173,51). Sum of RGB (Red+Green+Blue) = 10+173+51=234 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.27% from 234); Green value is 173 (67.97% from 255 or 73.93% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD33 is #F552CC. Grayscale: #6E6E6E. Windows color (decimal): -16077517 or 3386634. OLE color: 3386634.

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

Color convert

RGB1017351-
CMYK0.9400.710.32
HSL135.09º89.07%35.88%-
HSV(B)135.09º94.22%67.84%-
XYZ15.6730.198.13-
YUV110.3594.556.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.27%
GREEN value IS 173 (67.97% from 255) = 73.93%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=4.27%
G=73.93%
B=21.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10173510.9400.710.32135.0989.0735.88
HexAAD335E04720875924
Octal122556313601074020713144
Binary101010101101110011101111001000111100000100001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,51); }

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

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

 a { background-color: rgb(10,173,51); }

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

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

 span { border-color: rgb(10,173,51); }

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