#08C115

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

Shades of Dark Pastel Green #08C115

Tints of Dark Pastel Green #08C115

Color information

#08C115 (or 0x08C115) is unknown color: approx Dark Pastel Green. HEX triplet: 08, C1 and 15. RGB value is (8,193,21). Sum of RGB (Red+Green+Blue) = 8+193+21=222 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.60% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #08C115 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08C115 is #F73EEA. Grayscale: #767676. Windows color (decimal): -16203499 or 1425672. OLE color: 1425672.

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

Color convert

RGB819321-
CMYK0.9600.890.24
HSL124.22º92.04%39.41%-
HSV(B)124.22º95.85%75.69%-
XYZ19.3138.257.07-
YUV118.0873.2149.49-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.60%
GREEN value IS 193 (75.78% from 255) = 86.94%
BLUE value IS 21 (8.59% from 255) = 9.46%
R=3.60%
G=86.94%
B=9.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8193210.9600.890.24124.2292.0439.41
Hex8C11560059187c5c27
Octal103012514001313017413447
Binary100011000001101011100000010110011100011111001011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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