Html Css Color HEX #08DC6B Malachite

📋 copy color: '#08DC6B'

red 8 ◦ green 220 ◦ blue 107

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

Shades of Malachite #08DC6B

Tints of Malachite #08DC6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 2.39%
G = 65.67%
B = 31.94%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#08DC6B (or 0x08DC6B) is known color: Malachite. HEX triplet: 08, DC and 6B. RGB value is (8,220,107). Sum of RGB (Red+Green+Blue) = 8+220+107=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 220 (86.33% from 255 or 65.67% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DC6B is #F72394. Grayscale: #8F8F8F. Windows color (decimal): -16196501 or 7068680. OLE color: 7068680.

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

Color convert

RGB 8 220 107 -
CMYK 0.96 0 0.51 0.14
HSL 148.02º 0.93% 0.45% -
HSV(B) 148.02º 0.96% 0.86% -
XYZ 28.35 52.3 22.51 -
YUV 143.73 107.26 31.19 -
System Red Green Blue C M Y K H S L
Decimal 8 220 107 0.96 0 0.51 0.14 148.02 0.93 0.45
Hex 8 DC 6B 60 0 33 E 94 5D 2D
Octal 10 334 153 140 0 63 16 224 135 55
Binary 1000 11011100 1101011 1100000 0 110011 1110 10010100 1011101 101101

Color Harmonies of #08DC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC6B

Black with #08DC6B

Text Example


Text Example

White with #08DC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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