#08AD26

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

Shades of Dark Pastel Green #08AD26

Tints of Dark Pastel Green #08AD26

Color information

#08AD26 (or 0x08AD26) is unknown color: approx Dark Pastel Green. HEX triplet: 08, AD and 26. RGB value is (8,173,38). Sum of RGB (Red+Green+Blue) = 8+173+38=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 173 (67.97% from 255 or 79.00% from 219); Blue value is 38 (15.23% from 255 or 17.35% from 219); Max value from RGB is 173 - color contains mainly: green. Hex color #08AD26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AD26 is #F752D9. Grayscale: #6C6C6C. Windows color (decimal): -16208602 or 2534664. OLE color: 2534664.

HSL color Cylindrical-coordinate representation of color #08AD26: hue angle of 130.91º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AD26 is Cyan = 0.95, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.32.

Color convert

RGB817338-
CMYK0.9500.780.32
HSL130.91º91.16%35.49%-
HSV(B)130.91º95.38%67.84%-
XYZ15.3930.086.83-
YUV108.2788.3456.48-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.65%
GREEN value IS 173 (67.97% from 255) = 79.00%
BLUE value IS 38 (15.23% from 255) = 17.35%
R=3.65%
G=79.00%
B=17.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal8173380.9500.780.32130.9191.1635.49
Hex8AD265F04E20835b23
Octal102554613701164020313343
Binary100010101101100110101111101001110100000100000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08AD26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08AD26; }

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

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

<style>
 a { background-color: #08AD26; }

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

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

<style>
 span { border-color: #08AD26; }

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

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