#0AAB25

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

Shades of Dark Pastel Green #0AAB25

Tints of Dark Pastel Green #0AAB25

Color information

#0AAB25 (or 0x0AAB25) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AB and 25. RGB value is (10,171,37). Sum of RGB (Red+Green+Blue) = 10+171+37=218 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.59% from 218); Green value is 171 (67.19% from 255 or 78.44% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB25 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB25 is #F554DA. Grayscale: #6B6B6B. Windows color (decimal): -16078043 or 2468618. OLE color: 2468618.

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

Color convert

RGB1017137-
CMYK0.9400.780.33
HSL130.06º88.95%35.49%-
HSV(B)130.06º94.15%67.06%-
XYZ15.0229.326.62-
YUV107.5888.1658.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.59%
GREEN value IS 171 (67.19% from 255) = 78.44%
BLUE value IS 37 (14.84% from 255) = 16.97%
R=4.59%
G=78.44%
B=16.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10171370.9400.780.33130.0688.9535.49
HexAAB255E04E21825923
Octal122534513601164120213143
Binary101010101011100101101111001001110100001100000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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