Html Css Color HEX #0AD05D Malachite

📋 copy color: '#0AD05D'

red 10 ◦ green 208 ◦ blue 93

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

Shades of Malachite #0AD05D

Tints of Malachite #0AD05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.88%

 BLUE value IS 93 (36.72% from 255) = 29.9%

R = 3.22%
G = 66.88%
B = 29.9%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#0AD05D (or 0x0AD05D) is known color: Malachite. HEX triplet: 0A, D0 and 5D. RGB value is (10,208,93). Sum of RGB (Red+Green+Blue) = 10+208+93=311 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.22% from 311); Green value is 208 (81.64% from 255 or 66.88% from 311); Blue value is 93 (36.72% from 255 or 29.90% from 311); Max value from RGB is 208 - color contains mainly: green. Hex color #0AD05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD05D is #F52FA2. Grayscale: #878787. Windows color (decimal): -16068515 or 6148106. OLE color: 6148106.

HSL color Cylindrical-coordinate representation of color #0AD05D: hue angle of 145.15º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD05D is Cyan = 0.95, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 208 93 -
CMYK 0.95 0 0.55 0.18
HSL 145.15º 0.91% 0.43% -
HSV(B) 145.15º 0.95% 0.82% -
XYZ 24.66 45.97 17.93 -
YUV 135.69 103.9 38.35 -
System Red Green Blue C M Y K H S L
Decimal 10 208 93 0.95 0 0.55 0.18 145.15 0.91 0.43
Hex A D0 5D 5F 0 37 12 91 5B 2B
Octal 12 320 135 137 0 67 22 221 133 53
Binary 1010 11010000 1011101 1011111 0 110111 10010 10010001 1011011 101011

Color Harmonies of #0AD05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD05D

Black with #0AD05D

Text Example


Text Example

White with #0AD05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,208,93); }

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

background-color css

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

 a { background-color: rgb(10,208,93); }

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

border-color css

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

 span { border-color: rgb(10,208,93); }

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