Html Css Color HEX #08D874 Malachite

📋 copy color: '#08D874'

red 8 ◦ green 216 ◦ blue 116

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

Shades of Malachite #08D874

Tints of Malachite #08D874

RGB

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

 GREEN value IS 216 (84.77% from 255) = 63.53%

 BLUE value IS 116 (45.7% from 255) = 34.12%

R = 2.35%
G = 63.53%
B = 34.12%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#08D874 (or 0x08D874) is known color: Malachite. HEX triplet: 08, D8 and 74. RGB value is (8,216,116). Sum of RGB (Red+Green+Blue) = 8+216+116=340 (45% of max value = 765). Red value is 8 (3.52% from 255 or 2.35% from 340); Green value is 216 (84.77% from 255 or 63.53% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 216 - color contains mainly: green. Hex color #08D874 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D874 is #F7278B. Grayscale: #8E8E8E. Windows color (decimal): -16197516 or 7657480. OLE color: 7657480.

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

Color convert

RGB 8 216 116 -
CMYK 0.96 0 0.46 0.15
HSL 151.15º 0.93% 0.44% -
HSV(B) 151.15º 0.96% 0.85% -
XYZ 27.81 50.42 24.79 -
YUV 142.41 113.09 32.13 -
System Red Green Blue C M Y K H S L
Decimal 8 216 116 0.96 0 0.46 0.15 151.15 0.93 0.44
Hex 8 D8 74 60 0 2E F 97 5D 2C
Octal 10 330 164 140 0 56 17 227 135 54
Binary 1000 11011000 1110100 1100000 0 101110 1111 10010111 1011101 101100

Color Harmonies of #08D874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D874

Black with #08D874

Text Example


Text Example

White with #08D874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,216,116); }

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

background-color css

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

 a { background-color: rgb(8,216,116); }

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

border-color css

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

 span { border-color: rgb(8,216,116); }

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