Html Css Color HEX #08DD6A Malachite

📋 copy color: '#08DD6A'

red 8 ◦ green 221 ◦ blue 106

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

Shades of Malachite #08DD6A

Tints of Malachite #08DD6A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 65.97%

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

R = 2.39%
G = 65.97%
B = 31.64%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#08DD6A (or 0x08DD6A) is known color: Malachite. HEX triplet: 08, DD and 6A. RGB value is (8,221,106). Sum of RGB (Red+Green+Blue) = 8+221+106=335 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.39% from 335); Green value is 221 (86.72% from 255 or 65.97% from 335); Blue value is 106 (41.80% from 255 or 31.64% from 335); Max value from RGB is 221 - color contains mainly: green. Hex color #08DD6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08DD6A is #F72295. Grayscale: #909090. Windows color (decimal): -16196246 or 7003400. OLE color: 7003400.

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

Color convert

RGB 8 221 106 -
CMYK 0.96 0 0.52 0.13
HSL 147.61º 0.93% 0.45% -
HSV(B) 147.61º 0.96% 0.87% -
XYZ 28.56 52.81 22.32 -
YUV 144.2 106.43 30.85 -
System Red Green Blue C M Y K H S L
Decimal 8 221 106 0.96 0 0.52 0.13 147.61 0.93 0.45
Hex 8 DD 6A 60 0 34 D 94 5D 2D
Octal 10 335 152 140 0 64 15 224 135 55
Binary 1000 11011101 1101010 1100000 0 110100 1101 10010100 1011101 101101

Color Harmonies of #08DD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DD6A

Black with #08DD6A

Text Example


Text Example

White with #08DD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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