#08D025

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

Shades of Dark Pastel Green #08D025

Tints of Dark Pastel Green #08D025

Color information

#08D025 (or 0x08D025) is unknown color: approx Dark Pastel Green. HEX triplet: 08, D0 and 25. RGB value is (8,208,37). Sum of RGB (Red+Green+Blue) = 8+208+37=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 208 (81.64% from 255 or 82.21% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 208 - color contains mainly: green. Hex color #08D025 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D025 is #F72FDA. Grayscale: #818181. Windows color (decimal): -16199643 or 2478088. OLE color: 2478088.

HSL color Cylindrical-coordinate representation of color #08D025: hue angle of 128.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D025 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB820837-
CMYK0.9600.820.18
HSL128.7º92.59%42.35%-
HSV(B)128.7º96.15%81.57%-
XYZ22.9945.39.28-
YUV128.7176.2441.9-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.16%
GREEN value IS 208 (81.64% from 255) = 82.21%
BLUE value IS 37 (14.84% from 255) = 14.62%
R=3.16%
G=82.21%
B=14.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal8208370.9600.820.18128.792.5942.35
Hex8D0256005212815d2a
Octal103204514001222220113552
Binary10001101000010010111000000101001010010100000011011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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