Html Css Color HEX #08DA70 Malachite

📋 copy color: '#08DA70'

red 8 ◦ green 218 ◦ blue 112

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

Shades of Malachite #08DA70

Tints of Malachite #08DA70

RGB

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

 GREEN value IS 218 (85.55% from 255) = 64.5%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 2.37%
G = 64.5%
B = 33.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#08DA70 (or 0x08DA70) is known color: Malachite. HEX triplet: 08, DA and 70. RGB value is (8,218,112). Sum of RGB (Red+Green+Blue) = 8+218+112=338 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.37% from 338); Green value is 218 (85.55% from 255 or 64.50% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 218 - color contains mainly: green. Hex color #08DA70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DA70 is #F7258F. Grayscale: #8F8F8F. Windows color (decimal): -16197008 or 7395848. OLE color: 7395848.

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

Color convert

RGB 8 218 112 -
CMYK 0.96 0 0.49 0.15
HSL 149.71º 0.93% 0.44% -
HSV(B) 149.71º 0.96% 0.85% -
XYZ 28.1 51.36 23.76 -
YUV 143.13 110.43 31.62 -
System Red Green Blue C M Y K H S L
Decimal 8 218 112 0.96 0 0.49 0.15 149.71 0.93 0.44
Hex 8 DA 70 60 0 31 F 96 5D 2C
Octal 10 332 160 140 0 61 17 226 135 54
Binary 1000 11011010 1110000 1100000 0 110001 1111 10010110 1011101 101100

Color Harmonies of #08DA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DA70

Black with #08DA70

Text Example


Text Example

White with #08DA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,218,112); }

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

background-color css

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

 a { background-color: rgb(8,218,112); }

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

border-color css

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

 span { border-color: rgb(8,218,112); }

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