Html Css Color HEX #0AD73D Malachite

📋 copy color: '#0AD73D'

red 10 ◦ green 215 ◦ blue 61

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

Shades of Malachite #0AD73D

Tints of Malachite #0AD73D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.33%

R = 3.5%
G = 75.17%
B = 21.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#0AD73D (or 0x0AD73D) is known color: Malachite. HEX triplet: 0A, D7 and 3D. RGB value is (10,215,61). Sum of RGB (Red+Green+Blue) = 10+215+61=286 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.50% from 286); Green value is 215 (84.38% from 255 or 75.17% from 286); Blue value is 61 (24.22% from 255 or 21.33% from 286); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD73D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD73D is #F528C2. Grayscale: #888888. Windows color (decimal): -16066755 or 4052746. OLE color: 4052746.

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

Color convert

RGB 10 215 61 -
CMYK 0.95 0 0.72 0.16
HSL 134.93º 0.91% 0.44% -
HSV(B) 134.93º 0.95% 0.84% -
XYZ 25.27 49 12.54 -
YUV 136.15 85.58 38.02 -
System Red Green Blue C M Y K H S L
Decimal 10 215 61 0.95 0 0.72 0.16 134.93 0.91 0.44
Hex A D7 3D 5F 0 48 10 87 5B 2C
Octal 12 327 75 137 0 110 20 207 133 54
Binary 1010 11010111 111101 1011111 0 1001000 10000 10000111 1011011 101100

Color Harmonies of #0AD73D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD73D

Black with #0AD73D

Text Example


Text Example

White with #0AD73D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,215,61); }

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

background-color css

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

 a { background-color: rgb(10,215,61); }

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

border-color css

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

 span { border-color: rgb(10,215,61); }

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