#0AAB26

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

Shades of Dark Pastel Green #0AAB26

Tints of Dark Pastel Green #0AAB26

Color information

#0AAB26 (or 0x0AAB26) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AB and 26. RGB value is (10,171,38). Sum of RGB (Red+Green+Blue) = 10+171+38=219 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.57% from 219); Green value is 171 (67.19% from 255 or 78.08% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 171 - color contains mainly: green. Hex color #0AAB26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAB26 is #F554D9. Grayscale: #6C6C6C. Windows color (decimal): -16078042 or 2534154. OLE color: 2534154.

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

Color convert

RGB1017138-
CMYK0.9400.780.33
HSL130.43º88.95%35.49%-
HSV(B)130.43º94.15%67.06%-
XYZ15.0429.336.7-
YUV107.788.6658.31-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.57%
GREEN value IS 171 (67.19% from 255) = 78.08%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=4.57%
G=78.08%
B=17.35%

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
Decimal10171380.9400.780.33130.4388.9535.49
HexAAB265E04E21825923
Octal122534613601164120213143
Binary101010101011100110101111001001110100001100000101011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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