#08C968

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

Shades of Malachite #08C968

Tints of Malachite #08C968

Color information

#08C968 (or 0x08C968) is unknown color: approx Malachite. HEX triplet: 08, C9 and 68. RGB value is (8,201,104). Sum of RGB (Red+Green+Blue) = 8+201+104=313 (41% of max value = 765). Red value is 8 (3.52% from 255 or 2.56% from 313); Green value is 201 (78.91% from 255 or 64.22% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 201 - color contains mainly: green. Hex color #08C968 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08C968 is #F73697. Grayscale: #848484. Windows color (decimal): -16201368 or 6867208. OLE color: 6867208.

HSL color Cylindrical-coordinate representation of color #08C968: hue angle of 149.84º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08C968 is Cyan = 0.96, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.

Color convert

RGB8201104-
CMYK0.9600.480.21
HSL149.84º92.34%40.98%-
HSV(B)149.84º96.02%78.82%-
XYZ23.4942.8220.12-
YUV132.23112.0639.39-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.56%
GREEN value IS 201 (78.91% from 255) = 64.22%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=2.56%
G=64.22%
B=33.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82011040.9600.480.21149.8492.3440.98
Hex8C9686003015965c29
Octal103111501400602522613451
Binary10001100100111010001100000011000010101100101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08C968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,201,104); }

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

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

 a { background-color: rgb(8,201,104); }

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

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

 span { border-color: rgb(8,201,104); }

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