Html Css Color HEX #0AE070 Malachite

📋 copy color: '#0AE070'

red 10 ◦ green 224 ◦ blue 112

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

Shades of Malachite #0AE070

Tints of Malachite #0AE070

RGB

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

 GREEN value IS 224 (87.89% from 255) = 64.74%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 2.89%
G = 64.74%
B = 32.37%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.50

 K value IS 0.12

RGB Variations

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

Color information

#0AE070 (or 0x0AE070) is known color: Malachite. HEX triplet: 0A, E0 and 70. RGB value is (10,224,112). Sum of RGB (Red+Green+Blue) = 10+224+112=346 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.89% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE070 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AE070 is #F51F8F. Grayscale: #939393. Windows color (decimal): -16064400 or 7397386. OLE color: 7397386.

HSL color Cylindrical-coordinate representation of color #0AE070: hue angle of 148.6º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AE070 is Cyan = 0.96, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 112 -
CMYK 0.96 0 0.50 0.12
HSL 148.6º 0.91% 0.46% -
HSV(B) 148.6º 0.96% 0.88% -
XYZ 29.71 54.55 24.29 -
YUV 147.25 108.1 30.11 -
System Red Green Blue C M Y K H S L
Decimal 10 224 112 0.96 0 0.50 0.12 148.6 0.91 0.46
Hex A E0 70 60 0 32 C 95 5B 2E
Octal 12 340 160 140 0 62 14 225 133 56
Binary 1010 11100000 1110000 1100000 0 110010 1100 10010101 1011011 101110

Color Harmonies of #0AE070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE070

Black with #0AE070

Text Example


Text Example

White with #0AE070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,224,112); }

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

background-color css

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

 a { background-color: rgb(10,224,112); }

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

border-color css

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

 span { border-color: rgb(10,224,112); }

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