#08A626

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

Shades of Dark Pastel Green #08A626

Tints of Dark Pastel Green #08A626

Color information

#08A626 (or 0x08A626) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A6 and 26. RGB value is (8,166,38). Sum of RGB (Red+Green+Blue) = 8+166+38=212 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.77% from 212); Green value is 166 (65.23% from 255 or 78.30% from 212); Blue value is 38 (15.23% from 255 or 17.92% from 212); Max value from RGB is 166 - color contains mainly: green. Hex color #08A626 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A626 is #F759D9. Grayscale: #686868. Windows color (decimal): -16210394 or 2532872. OLE color: 2532872.

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

Color convert

RGB816638-
CMYK0.9500.770.35
HSL131.39º90.8%34.12%-
HSV(B)131.39º95.18%65.1%-
XYZ14.0927.466.39-
YUV104.1790.6559.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.77%
GREEN value IS 166 (65.23% from 255) = 78.30%
BLUE value IS 38 (15.23% from 255) = 17.92%
R=3.77%
G=78.30%
B=17.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal8166380.9500.770.35131.3990.834.12
Hex8A6265F04D23835b22
Octal102464613701154320313342
Binary100010100110100110101111101001101100011100000111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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