#08C158

Color #08C158 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #08C158

Tints of Malachite #08C158

Color information

#08C158 (or 0x08C158) is unknown color: approx Malachite. HEX triplet: 08, C1 and 58. RGB value is (8,193,88). Sum of RGB (Red+Green+Blue) = 8+193+88=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 193 (75.78% from 255 or 66.78% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 193 - color contains mainly: green. Hex color #08C158 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C158 is #F73EA7. Grayscale: #7D7D7D. Windows color (decimal): -16203432 or 5816584. OLE color: 5816584.

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

Color convert

RGB819388-
CMYK0.9600.540.24
HSL145.95º92.04%39.41%-
HSV(B)145.95º95.85%75.69%-
XYZ20.9338.915.64-
YUV125.71106.7144.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.77%
GREEN value IS 193 (75.78% from 255) = 66.78%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=2.77%
G=66.78%
B=30.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8193880.9600.540.24145.9592.0439.41
Hex8C1586003618925c27
Octal103011301400663022213447
Binary10001100000110110001100000011011011000100100101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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