#08D94B

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

Shades of Malachite #08D94B

Tints of Malachite #08D94B

Color information

#08D94B (or 0x08D94B) is unknown color: approx Malachite. HEX triplet: 08, D9 and 4B. RGB value is (8,217,75). Sum of RGB (Red+Green+Blue) = 8+217+75=300 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.67% from 300); Green value is 217 (85.16% from 255 or 72.33% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 217 - color contains mainly: green. Hex color #08D94B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D94B is #F726B4. Grayscale: #8A8A8A. Windows color (decimal): -16197301 or 4970760. OLE color: 4970760.

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

Color convert

RGB821775-
CMYK0.9600.650.15
HSL139.23º92.89%44.12%-
HSV(B)139.23º96.31%85.1%-
XYZ26.1850.1914.96-
YUV138.3292.2635.05-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.67%
GREEN value IS 217 (85.16% from 255) = 72.33%
BLUE value IS 75 (29.69% from 255) = 25%
R=2.67%
G=72.33%
B=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
Decimal8217750.9600.650.15139.2392.8944.12
Hex8D94B60041F8b5d2c
Octal1033111314001011721313554
Binary10001101100110010111100000010000011111100010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08D94B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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