#08D94C

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

Shades of Malachite #08D94C

Tints of Malachite #08D94C

Color information

#08D94C (or 0x08D94C) is unknown color: approx Malachite. HEX triplet: 08, D9 and 4C. RGB value is (8,217,76). Sum of RGB (Red+Green+Blue) = 8+217+76=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #08D94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D94C is #F726B3. Grayscale: #8A8A8A. Windows color (decimal): -16197300 or 5036296. OLE color: 5036296.

HSL color Cylindrical-coordinate representation of color #08D94C: hue angle of 139.52º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D94C is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB821776-
CMYK0.9600.650.15
HSL139.52º92.89%44.12%-
HSV(B)139.52º96.31%85.1%-
XYZ26.2250.215.15-
YUV138.4392.7634.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.66%
GREEN value IS 217 (85.16% from 255) = 72.09%
BLUE value IS 76 (30.08% from 255) = 25.25%
R=2.66%
G=72.09%
B=25.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal8217760.9600.650.15139.5292.8944.12
Hex8D94C60041F8c5d2c
Octal1033111414001011721413554
Binary10001101100110011001100000010000011111100011001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,217,76); }

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

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

 a { background-color: rgb(8,217,76); }

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

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

 span { border-color: rgb(8,217,76); }

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