Html Css Color HEX #08D85E Malachite

📋 copy color: '#08D85E'

red 8 ◦ green 216 ◦ blue 94

#08D85E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #08D85E

Tints of Malachite #08D85E

RGB

 RED value IS 8 (3.52% from 255) = 2.52%

 GREEN value IS 216 (84.77% from 255) = 67.92%

 BLUE value IS 94 (37.11% from 255) = 29.56%

R = 2.52%
G = 67.92%
B = 29.56%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#08D85E (or 0x08D85E) is known color: Malachite. HEX triplet: 08, D8 and 5E. RGB value is (8,216,94). Sum of RGB (Red+Green+Blue) = 8+216+94=318 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.52% from 318); Green value is 216 (84.77% from 255 or 67.92% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 216 - color contains mainly: green. Hex color #08D85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D85E is #F727A1. Grayscale: #8C8C8C. Windows color (decimal): -16197538 or 6215688. OLE color: 6215688.

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

Color convert

RGB 8 216 94 -
CMYK 0.96 0 0.56 0.15
HSL 144.81º 0.93% 0.44% -
HSV(B) 144.81º 0.96% 0.85% -
XYZ 26.68 49.97 18.83 -
YUV 139.9 102.09 33.92 -
System Red Green Blue C M Y K H S L
Decimal 8 216 94 0.96 0 0.56 0.15 144.81 0.93 0.44
Hex 8 D8 5E 60 0 38 F 91 5D 2C
Octal 10 330 136 140 0 70 17 221 135 54
Binary 1000 11011000 1011110 1100000 0 111000 1111 10010001 1011101 101100

Color Harmonies of #08D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D85E

Black with #08D85E

Text Example


Text Example

White with #08D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,216,94); }

 H1.HeaderClassName
 {
   color: #08D85E;
 }
 .AnyTagClassName
 {
   color: #08D85E;
 }
</style>

background-color css

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

 a { background-color: rgb(8,216,94); }

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

border-color css

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

 span { border-color: rgb(8,216,94); }

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