Html Css Color HEX #0AE049 Malachite

📋 copy color: '#0AE049'

red 10 ◦ green 224 ◦ blue 73

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

Shades of Malachite #0AE049

Tints of Malachite #0AE049

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 23.78%

R = 3.26%
G = 72.96%
B = 23.78%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#0AE049 (or 0x0AE049) is known color: Malachite. HEX triplet: 0A, E0 and 49. RGB value is (10,224,73). Sum of RGB (Red+Green+Blue) = 10+224+73=307 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.26% from 307); Green value is 224 (87.89% from 255 or 72.96% from 307); Blue value is 73 (28.91% from 255 or 23.78% from 307); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE049 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE049 is #F51FB6. Grayscale: #8F8F8F. Windows color (decimal): -16064439 or 4841482. OLE color: 4841482.

HSL color Cylindrical-coordinate representation of color #0AE049: hue angle of 137.66º 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 #0AE049 is Cyan = 0.96, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.

Color convert

RGB 10 224 73 -
CMYK 0.96 0 0.67 0.12
HSL 137.66º 0.91% 0.46% -
HSV(B) 137.66º 0.96% 0.88% -
XYZ 27.98 53.86 15.22 -
YUV 142.8 88.6 33.28 -
System Red Green Blue C M Y K H S L
Decimal 10 224 73 0.96 0 0.67 0.12 137.66 0.91 0.46
Hex A E0 49 60 0 43 C 8A 5B 2E
Octal 12 340 111 140 0 103 14 212 133 56
Binary 1010 11100000 1001001 1100000 0 1000011 1100 10001010 1011011 101110

Color Harmonies of #0AE049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE049

Black with #0AE049

Text Example


Text Example

White with #0AE049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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