Html Css Color HEX #0AD73E Malachite

📋 copy color: '#0AD73E'

red 10 ◦ green 215 ◦ blue 62

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

Shades of Malachite #0AD73E

Tints of Malachite #0AD73E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.6%

R = 3.48%
G = 74.91%
B = 21.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#0AD73E (or 0x0AD73E) is known color: Malachite. HEX triplet: 0A, D7 and 3E. RGB value is (10,215,62). Sum of RGB (Red+Green+Blue) = 10+215+62=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 215 (84.38% from 255 or 74.91% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD73E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AD73E is #F528C1. Grayscale: #888888. Windows color (decimal): -16066754 or 4118282. OLE color: 4118282.

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

Color convert

RGB 10 215 62 -
CMYK 0.95 0 0.71 0.16
HSL 135.22º 0.91% 0.44% -
HSV(B) 135.22º 0.95% 0.84% -
XYZ 25.3 49.01 12.68 -
YUV 136.26 86.08 37.94 -
System Red Green Blue C M Y K H S L
Decimal 10 215 62 0.95 0 0.71 0.16 135.22 0.91 0.44
Hex A D7 3E 5F 0 47 10 87 5B 2C
Octal 12 327 76 137 0 107 20 207 133 54
Binary 1010 11010111 111110 1011111 0 1000111 10000 10000111 1011011 101100

Color Harmonies of #0AD73E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD73E

Black with #0AD73E

Text Example


Text Example

White with #0AD73E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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