#08C35D

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

Shades of Malachite #08C35D

Tints of Malachite #08C35D

Color information

#08C35D (or 0x08C35D) is unknown color: approx Malachite. HEX triplet: 08, C3 and 5D. RGB value is (8,195,93). Sum of RGB (Red+Green+Blue) = 8+195+93=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 195 (76.56% from 255 or 65.88% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 195 - color contains mainly: green. Hex color #08C35D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C35D is #F73CA2. Grayscale: #7F7F7F. Windows color (decimal): -16202915 or 6144776. OLE color: 6144776.

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

Color convert

RGB819593-
CMYK0.9600.520.24
HSL147.27º92.12%39.8%-
HSV(B)147.27º95.9%76.47%-
XYZ21.5939.8716.91-
YUV127.46108.5542.79-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.70%
GREEN value IS 195 (76.56% from 255) = 65.88%
BLUE value IS 93 (36.72% from 255) = 31.42%
R=2.70%
G=65.88%
B=31.42%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8195930.9600.520.24147.2792.1239.8
Hex8C35D6003418935c28
Octal103031351400643022313450
Binary10001100001110111011100000011010011000100100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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