#08C35C

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

Shades of Malachite #08C35C

Tints of Malachite #08C35C

Color information

#08C35C (or 0x08C35C) is unknown color: approx Malachite. HEX triplet: 08, C3 and 5C. RGB value is (8,195,92). Sum of RGB (Red+Green+Blue) = 8+195+92=295 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.71% from 295); Green value is 195 (76.56% from 255 or 66.10% from 295); Blue value is 92 (36.33% from 255 or 31.19% from 295); Max value from RGB is 195 - color contains mainly: green. Hex color #08C35C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C35C is #F73CA3. Grayscale: #7F7F7F. Windows color (decimal): -16202916 or 6079240. OLE color: 6079240.

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

Color convert

RGB819592-
CMYK0.9600.530.24
HSL146.95º92.12%39.8%-
HSV(B)146.95º95.9%76.47%-
XYZ21.5539.8516.68-
YUV127.34108.0542.88-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.71%
GREEN value IS 195 (76.56% from 255) = 66.10%
BLUE value IS 92 (36.33% from 255) = 31.19%
R=2.71%
G=66.10%
B=31.19%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8195920.9600.530.24146.9592.1239.8
Hex8C35C6003518935c28
Octal103031341400653022313450
Binary10001100001110111001100000011010111000100100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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