#0AAC33

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

Shades of Dark Pastel Green #0AAC33

Tints of Dark Pastel Green #0AAC33

Color information

#0AAC33 (or 0x0AAC33) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AC and 33. RGB value is (10,172,51). Sum of RGB (Red+Green+Blue) = 10+172+51=233 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.29% from 233); Green value is 172 (67.58% from 255 or 73.82% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC33 is #F553CC. Grayscale: #6E6E6E. Windows color (decimal): -16077773 or 3386378. OLE color: 3386378.

HSL color Cylindrical-coordinate representation of color #0AAC33: hue angle of 135.19º 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 #0AAC33 is Cyan = 0.94, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1017251-
CMYK0.9400.700.33
HSL135.19º89.01%35.69%-
HSV(B)135.19º94.19%67.45%-
XYZ15.4829.818.07-
YUV109.7794.8356.84-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.29%
GREEN value IS 172 (67.58% from 255) = 73.82%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=4.29%
G=73.82%
B=21.89%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10172510.9400.700.33135.1989.0135.69
HexAAC335E04621875924
Octal122546313601064120713144
Binary101010101100110011101111001000110100001100001111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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