Html Css Color HEX #08D069 Malachite

📋 copy color: '#08D069'

red 8 ◦ green 208 ◦ blue 105

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

Shades of Malachite #08D069

Tints of Malachite #08D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 64.8%

 BLUE value IS 105 (41.41% from 255) = 32.71%

R = 2.49%
G = 64.8%
B = 32.71%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#08D069 (or 0x08D069) is known color: Malachite. HEX triplet: 08, D0 and 69. RGB value is (8,208,105). Sum of RGB (Red+Green+Blue) = 8+208+105=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 208 (81.64% from 255 or 64.80% from 321); Blue value is 105 (41.41% from 255 or 32.71% from 321); Max value from RGB is 208 - color contains mainly: green. Hex color #08D069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D069 is #F72F96. Grayscale: #888888. Windows color (decimal): -16199575 or 6934536. OLE color: 6934536.

HSL color Cylindrical-coordinate representation of color #08D069: hue angle of 149.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D069 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 8 208 105 -
CMYK 0.96 0 0.50 0.18
HSL 149.1º 0.93% 0.42% -
HSV(B) 149.1º 0.96% 0.82% -
XYZ 25.21 46.18 20.95 -
YUV 136.46 110.24 36.38 -
System Red Green Blue C M Y K H S L
Decimal 8 208 105 0.96 0 0.50 0.18 149.1 0.93 0.42
Hex 8 D0 69 60 0 32 12 95 5D 2A
Octal 10 320 151 140 0 62 22 225 135 52
Binary 1000 11010000 1101001 1100000 0 110010 10010 10010101 1011101 101010

Color Harmonies of #08D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D069

Black with #08D069

Text Example


Text Example

White with #08D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,208,105); }

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

background-color css

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

 a { background-color: rgb(8,208,105); }

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

border-color css

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

 span { border-color: rgb(8,208,105); }

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