#08A825

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

Shades of Dark Pastel Green #08A825

Tints of Dark Pastel Green #08A825

Color information

#08A825 (or 0x08A825) is unknown color: approx Dark Pastel Green. HEX triplet: 08, A8 and 25. RGB value is (8,168,37). Sum of RGB (Red+Green+Blue) = 8+168+37=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 168 (66.02% from 255 or 78.87% from 213); Blue value is 37 (14.84% from 255 or 17.37% from 213); Max value from RGB is 168 - color contains mainly: green. Hex color #08A825 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08A825 is #F757DA. Grayscale: #696969. Windows color (decimal): -16209883 or 2467848. OLE color: 2467848.

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

Color convert

RGB816837-
CMYK0.9500.780.34
HSL130.88º90.91%34.51%-
HSV(B)130.88º95.24%65.88%-
XYZ14.4428.196.43-
YUV105.2389.4958.65-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.76%
GREEN value IS 168 (66.02% from 255) = 78.87%
BLUE value IS 37 (14.84% from 255) = 17.37%
R=3.76%
G=78.87%
B=17.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal8168370.9500.780.34130.8890.9134.51
Hex8A8255F04E22835b23
Octal102504513701164220313343
Binary100010101000100101101111101001110100010100000111011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08A825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,168,37); }

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

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

 a { background-color: rgb(8,168,37); }

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

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

 span { border-color: rgb(8,168,37); }

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