#0AAB31

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

Shades of Dark Pastel Green #0AAB31

Tints of Dark Pastel Green #0AAB31

Color information

#0AAB31 (or 0x0AAB31) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AB and 31. RGB value is (10,171,49). Sum of RGB (Red+Green+Blue) = 10+171+49=230 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.35% from 230); Green value is 171 (67.19% from 255 or 74.35% from 230); Blue value is 49 (19.53% from 255 or 21.30% from 230); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB31 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB31 is #F554CE. Grayscale: #6D6D6D. Windows color (decimal): -16078031 or 3255050. OLE color: 3255050.

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

Color convert

RGB1017149-
CMYK0.9400.710.33
HSL134.53º88.95%35.49%-
HSV(B)134.53º94.15%67.06%-
XYZ15.2429.417.78-
YUV108.9594.1657.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.35%
GREEN value IS 171 (67.19% from 255) = 74.35%
BLUE value IS 49 (19.53% from 255) = 21.30%
R=4.35%
G=74.35%
B=21.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10171490.9400.710.33134.5388.9535.49
HexAAB315E04721875923
Octal122536113601074120713143
Binary101010101011110001101111001000111100001100001111011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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