#08C220

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

Shades of Dark Pastel Green #08C220

Tints of Dark Pastel Green #08C220

Color information

#08C220 (or 0x08C220) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C2 and 20. RGB value is (8,194,32). Sum of RGB (Red+Green+Blue) = 8+194+32=234 (30% of max value = 765). Red value is 8 (3.52% from 255 or 3.42% from 234); Green value is 194 (76.17% from 255 or 82.91% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 194 - color contains mainly: green. Hex color #08C220 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08C220 is #F73DDF. Grayscale: #787878. Windows color (decimal): -16203232 or 2146824. OLE color: 2146824.

HSL color Cylindrical-coordinate representation of color #08C220: hue angle of 127.74º 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 #08C220 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB819432-
CMYK0.9600.840.24
HSL127.74º92.08%39.61%-
HSV(B)127.74º95.88%76.08%-
XYZ19.6538.747.81-
YUV119.9278.3848.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.42%
GREEN value IS 194 (76.17% from 255) = 82.91%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=3.42%
G=82.91%
B=13.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8194320.9600.840.24127.7492.0839.61
Hex8C2206005418805c28
Octal103024014001243020013450
Binary10001100001010000011000000101010011000100000001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,194,32); }

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

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

 a { background-color: rgb(8,194,32); }

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

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

 span { border-color: rgb(8,194,32); }

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