Html Css Color HEX #0AD858 Malachite

📋 copy color: '#0AD858'

red 10 ◦ green 216 ◦ blue 88

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

Shades of Malachite #0AD858

Tints of Malachite #0AD858

RGB

 RED value IS 10 (4.3% from 255) = 3.18%

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

 BLUE value IS 88 (34.77% from 255) = 28.03%

R = 3.18%
G = 68.79%
B = 28.03%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#0AD858 (or 0x0AD858) is known color: Malachite. HEX triplet: 0A, D8 and 58. RGB value is (10,216,88). Sum of RGB (Red+Green+Blue) = 10+216+88=314 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.18% from 314); Green value is 216 (84.77% from 255 or 68.79% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD858 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD858 is #F527A7. Grayscale: #8C8C8C. Windows color (decimal): -16066472 or 5822474. OLE color: 5822474.

HSL color Cylindrical-coordinate representation of color #0AD858: hue angle of 142.72º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD858 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 88 -
CMYK 0.95 0 0.59 0.15
HSL 142.72º 0.91% 0.44% -
HSV(B) 142.72º 0.95% 0.85% -
XYZ 26.44 49.88 17.47 -
YUV 139.81 98.75 35.41 -
System Red Green Blue C M Y K H S L
Decimal 10 216 88 0.95 0 0.59 0.15 142.72 0.91 0.44
Hex A D8 58 5F 0 3B F 8F 5B 2C
Octal 12 330 130 137 0 73 17 217 133 54
Binary 1010 11011000 1011000 1011111 0 111011 1111 10001111 1011011 101100

Color Harmonies of #0AD858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD858

Black with #0AD858

Text Example


Text Example

White with #0AD858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AD858; }

 p { color: rgb(10,216,88); }

 H1.HeaderClassName
 {
   color: #0AD858;
 }
 .AnyTagClassName
 {
   color: #0AD858;
 }
</style>

background-color css

<style>
 a { background-color: #0AD858; }

 a { background-color: rgb(10,216,88); }

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

border-color css

<style>
 span { border-color: #0AD858; }

 span { border-color: rgb(10,216,88); }

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