Html Css Color HEX #08D94C Malachite

📋 copy color: '#08D94C'

red 8 ◦ green 217 ◦ blue 76

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

Shades of Malachite #08D94C

Tints of Malachite #08D94C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 72.09%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 2.66%
G = 72.09%
B = 25.25%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#08D94C (or 0x08D94C) is known color: Malachite. HEX triplet: 08, D9 and 4C. RGB value is (8,217,76). Sum of RGB (Red+Green+Blue) = 8+217+76=301 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.66% from 301); Green value is 217 (85.16% from 255 or 72.09% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 217 - color contains mainly: green. Hex color #08D94C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08D94C is #F726B3. Grayscale: #8A8A8A. Windows color (decimal): -16197300 or 5036296. OLE color: 5036296.

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

Color convert

RGB 8 217 76 -
CMYK 0.96 0 0.65 0.15
HSL 139.52º 0.93% 0.44% -
HSV(B) 139.52º 0.96% 0.85% -
XYZ 26.22 50.2 15.15 -
YUV 138.44 92.76 34.96 -
System Red Green Blue C M Y K H S L
Decimal 8 217 76 0.96 0 0.65 0.15 139.52 0.93 0.44
Hex 8 D9 4C 60 0 41 F 8C 5D 2C
Octal 10 331 114 140 0 101 17 214 135 54
Binary 1000 11011001 1001100 1100000 0 1000001 1111 10001100 1011101 101100

Color Harmonies of #08D94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08D94C

Black with #08D94C

Text Example


Text Example

White with #08D94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,217,76); }

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

background-color css

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

 a { background-color: rgb(8,217,76); }

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

border-color css

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

 span { border-color: rgb(8,217,76); }

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