#08C55C

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

Shades of Malachite #08C55C

Tints of Malachite #08C55C

Color information

#08C55C (or 0x08C55C) is unknown color: approx Malachite. HEX triplet: 08, C5 and 5C. RGB value is (8,197,92). Sum of RGB (Red+Green+Blue) = 8+197+92=297 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.69% from 297); Green value is 197 (77.34% from 255 or 66.33% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 197 - color contains mainly: green. Hex color #08C55C is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C55C is #F73AA3. Grayscale: #808080. Windows color (decimal): -16202404 or 6079752. OLE color: 6079752.

HSL color Cylindrical-coordinate representation of color #08C55C: hue angle of 146.67º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C55C is Cyan = 0.96, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB819792-
CMYK0.9600.530.23
HSL146.67º92.2%40.2%-
HSV(B)146.67º95.94%77.25%-
XYZ2240.7616.83-
YUV128.52107.3842.04-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.69%
GREEN value IS 197 (77.34% from 255) = 66.33%
BLUE value IS 92 (36.33% from 255) = 30.98%
R=2.69%
G=66.33%
B=30.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal8197920.9600.530.23146.6792.240.2
Hex8C55C6003517935c28
Octal103051341400652722313450
Binary10001100010110111001100000011010110111100100111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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