Html Css Color HEX #08DC6A Malachite

📋 copy color: '#08DC6A'

red 8 ◦ green 220 ◦ blue 106

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

Shades of Malachite #08DC6A

Tints of Malachite #08DC6A

RGB

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

 GREEN value IS 220 (86.33% from 255) = 65.87%

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 2.4%
G = 65.87%
B = 31.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#08DC6A (or 0x08DC6A) is known color: Malachite. HEX triplet: 08, DC and 6A. RGB value is (8,220,106). Sum of RGB (Red+Green+Blue) = 8+220+106=334 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 334); Green value is 220 (86.33% from 255 or 65.87% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DC6A is #F72395. Grayscale: #8F8F8F. Windows color (decimal): -16196502 or 7003144. OLE color: 7003144.

HSL color Cylindrical-coordinate representation of color #08DC6A: hue angle of 147.74º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DC6A is Cyan = 0.96, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 106 -
CMYK 0.96 0 0.52 0.14
HSL 147.74º 0.93% 0.45% -
HSV(B) 147.74º 0.96% 0.86% -
XYZ 28.29 52.28 22.24 -
YUV 143.62 106.76 31.27 -
System Red Green Blue C M Y K H S L
Decimal 8 220 106 0.96 0 0.52 0.14 147.74 0.93 0.45
Hex 8 DC 6A 60 0 34 E 94 5D 2D
Octal 10 334 152 140 0 64 16 224 135 55
Binary 1000 11011100 1101010 1100000 0 110100 1110 10010100 1011101 101101

Color Harmonies of #08DC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC6A

Black with #08DC6A

Text Example


Text Example

White with #08DC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,106); }

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

background-color css

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

 a { background-color: rgb(8,220,106); }

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

border-color css

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

 span { border-color: rgb(8,220,106); }

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