Html Css Color HEX #0AD853 Malachite

📋 copy color: '#0AD853'

red 10 ◦ green 216 ◦ blue 83

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

Shades of Malachite #0AD853

Tints of Malachite #0AD853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.86%

R = 3.24%
G = 69.9%
B = 26.86%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#0AD853 (or 0x0AD853) is known color: Malachite. HEX triplet: 0A, D8 and 53. RGB value is (10,216,83). Sum of RGB (Red+Green+Blue) = 10+216+83=309 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.24% from 309); Green value is 216 (84.77% from 255 or 69.90% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 216 - color contains mainly: green. Hex color #0AD853 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD853 is #F527AC. Grayscale: #8B8B8B. Windows color (decimal): -16066477 or 5494794. OLE color: 5494794.

HSL color Cylindrical-coordinate representation of color #0AD853: hue angle of 141.26º 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 #0AD853 is Cyan = 0.95, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 10 216 83 -
CMYK 0.95 0 0.62 0.15
HSL 141.26º 0.91% 0.44% -
HSV(B) 141.26º 0.95% 0.85% -
XYZ 26.24 49.8 16.41 -
YUV 139.24 96.25 35.81 -
System Red Green Blue C M Y K H S L
Decimal 10 216 83 0.95 0 0.62 0.15 141.26 0.91 0.44
Hex A D8 53 5F 0 3E F 8D 5B 2C
Octal 12 330 123 137 0 76 17 215 133 54
Binary 1010 11011000 1010011 1011111 0 111110 1111 10001101 1011011 101100

Color Harmonies of #0AD853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD853

Black with #0AD853

Text Example


Text Example

White with #0AD853

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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