#0AAB33

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

Shades of Dark Pastel Green #0AAB33

Tints of Dark Pastel Green #0AAB33

Color information

#0AAB33 (or 0x0AAB33) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AB and 33. RGB value is (10,171,51). Sum of RGB (Red+Green+Blue) = 10+171+51=232 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.31% from 232); Green value is 171 (67.19% from 255 or 73.71% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB33 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB33 is #F554CC. Grayscale: #6D6D6D. Windows color (decimal): -16078029 or 3386122. OLE color: 3386122.

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

Color convert

RGB1017151-
CMYK0.9400.700.33
HSL135.28º88.95%35.49%-
HSV(B)135.28º94.15%67.06%-
XYZ15.2929.438.01-
YUV109.1895.1657.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.31%
GREEN value IS 171 (67.19% from 255) = 73.71%
BLUE value IS 51 (20.31% from 255) = 21.98%
R=4.31%
G=73.71%
B=21.98%

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
Decimal10171510.9400.700.33135.2888.9535.49
HexAAB335E04621875923
Octal122536313601064120713143
Binary101010101011110011101111001000110100001100001111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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