Html Css Color HEX #08D760 Malachite

📋 copy color: '#08D760'

red 8 ◦ green 215 ◦ blue 96

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

Shades of Malachite #08D760

Tints of Malachite #08D760

RGB

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

 GREEN value IS 215 (84.38% from 255) = 67.4%

 BLUE value IS 96 (37.89% from 255) = 30.09%

R = 2.51%
G = 67.4%
B = 30.09%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#08D760 (or 0x08D760) is known color: Malachite. HEX triplet: 08, D7 and 60. RGB value is (8,215,96). Sum of RGB (Red+Green+Blue) = 8+215+96=319 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.51% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 96 (37.89% from 255 or 30.09% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #08D760 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #08D760 is #F7289F. Grayscale: #8B8B8B. Windows color (decimal): -16197792 or 6346504. OLE color: 6346504.

HSL color Cylindrical-coordinate representation of color #08D760: hue angle of 145.51º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08D760 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 8 215 96 -
CMYK 0.96 0 0.55 0.16
HSL 145.51º 0.93% 0.44% -
HSV(B) 145.51º 0.96% 0.84% -
XYZ 26.51 49.5 19.22 -
YUV 139.54 103.42 34.18 -
System Red Green Blue C M Y K H S L
Decimal 8 215 96 0.96 0 0.55 0.16 145.51 0.93 0.44
Hex 8 D7 60 60 0 37 10 92 5D 2C
Octal 10 327 140 140 0 67 20 222 135 54
Binary 1000 11010111 1100000 1100000 0 110111 10000 10010010 1011101 101100

Color Harmonies of #08D760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D760

Black with #08D760

Text Example


Text Example

White with #08D760

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,215,96); }

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

background-color css

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

 a { background-color: rgb(8,215,96); }

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

border-color css

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

 span { border-color: rgb(8,215,96); }

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