#0AAD26

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

Shades of Dark Pastel Green #0AAD26

Tints of Dark Pastel Green #0AAD26

Color information

#0AAD26 (or 0x0AAD26) is unknown color: approx Dark Pastel Green. HEX triplet: 0A, AD and 26. RGB value is (10,173,38). Sum of RGB (Red+Green+Blue) = 10+173+38=221 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.52% from 221); Green value is 173 (67.97% from 255 or 78.28% from 221); Blue value is 38 (15.23% from 255 or 17.19% from 221); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAD26 is #F552D9. Grayscale: #6D6D6D. Windows color (decimal): -16077530 or 2534666. OLE color: 2534666.

HSL color Cylindrical-coordinate representation of color #0AAD26: hue angle of 130.31º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAD26 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB1017338-
CMYK0.9400.780.32
HSL130.31º89.07%35.88%-
HSV(B)130.31º94.22%67.84%-
XYZ15.4230.096.83-
YUV108.878857.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.52%
GREEN value IS 173 (67.97% from 255) = 78.28%
BLUE value IS 38 (15.23% from 255) = 17.19%
R=4.52%
G=78.28%
B=17.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal10173380.9400.780.32130.3189.0735.88
HexAAD265E04E20825924
Octal122554613601164020213144
Binary101010101101100110101111001001110100000100000101011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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