#08C815

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

Shades of Dark Pastel Green #08C815

Tints of Dark Pastel Green #08C815

Color information

#08C815 (or 0x08C815) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C8 and 15. RGB value is (8,200,21). Sum of RGB (Red+Green+Blue) = 8+200+21=229 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.49% from 229); Green value is 200 (78.52% from 255 or 87.34% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 200 - color contains mainly: green. Hex color #08C815 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C815 is #F737EA. Grayscale: #7A7A7A. Windows color (decimal): -16201707 or 1427464. OLE color: 1427464.

HSL color Cylindrical-coordinate representation of color #08C815: hue angle of 124.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C815 is Cyan = 0.96, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB820021-
CMYK0.9600.900.22
HSL124.06º92.31%40.78%-
HSV(B)124.06º96%78.43%-
XYZ20.8941.417.6-
YUV122.1970.8946.55-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.49%
GREEN value IS 200 (78.52% from 255) = 87.34%
BLUE value IS 21 (8.59% from 255) = 9.17%
R=3.49%
G=87.34%
B=9.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal8200210.9600.900.22124.0692.3140.78
Hex8C8156005A167c5c29
Octal103102514001322617413451
Binary100011001000101011100000010110101011011111001011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,200,21); }

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

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

 a { background-color: rgb(8,200,21); }

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

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

 span { border-color: rgb(8,200,21); }

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