#08C351

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

Shades of Dark Pastel Green #08C351

Tints of Dark Pastel Green #08C351

Color information

#08C351 (or 0x08C351) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C3 and 51. RGB value is (8,195,81). Sum of RGB (Red+Green+Blue) = 8+195+81=284 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.82% from 284); Green value is 195 (76.56% from 255 or 68.66% from 284); Blue value is 81 (32.03% from 255 or 28.52% from 284); Max value from RGB is 195 - color contains mainly: green. Hex color #08C351 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C351 is #F73CAE. Grayscale: #7E7E7E. Windows color (decimal): -16202927 or 5358344. OLE color: 5358344.

HSL color Cylindrical-coordinate representation of color #08C351: hue angle of 143.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C351 is Cyan = 0.96, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB819581-
CMYK0.9600.580.24
HSL143.42º92.12%39.8%-
HSV(B)143.42º95.9%76.47%-
XYZ21.139.6814.33-
YUV126.09102.5543.77-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.82%
GREEN value IS 195 (76.56% from 255) = 68.66%
BLUE value IS 81 (32.03% from 255) = 28.52%
R=2.82%
G=68.66%
B=28.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8195810.9600.580.24143.4292.1239.8
Hex8C3516003A188f5c28
Octal103031211400723021713450
Binary10001100001110100011100000011101011000100011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,195,81); }

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

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

 a { background-color: rgb(8,195,81); }

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

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

 span { border-color: rgb(8,195,81); }

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