Html Css Color HEX #0AE046 Malachite

📋 copy color: '#0AE046'

red 10 ◦ green 224 ◦ blue 70

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

Shades of Malachite #0AE046

Tints of Malachite #0AE046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 23.03%

R = 3.29%
G = 73.68%
B = 23.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#0AE046 (or 0x0AE046) is known color: Malachite. HEX triplet: 0A, E0 and 46. RGB value is (10,224,70). Sum of RGB (Red+Green+Blue) = 10+224+70=304 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.29% from 304); Green value is 224 (87.89% from 255 or 73.68% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE046 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE046 is #F51FB9. Grayscale: #8E8E8E. Windows color (decimal): -16064442 or 4644874. OLE color: 4644874.

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

Color convert

RGB 10 224 70 -
CMYK 0.96 0 0.69 0.12
HSL 136.82º 0.91% 0.46% -
HSV(B) 136.82º 0.96% 0.88% -
XYZ 27.89 53.82 14.71 -
YUV 142.46 87.1 33.52 -
System Red Green Blue C M Y K H S L
Decimal 10 224 70 0.96 0 0.69 0.12 136.82 0.91 0.46
Hex A E0 46 60 0 45 C 89 5B 2E
Octal 12 340 106 140 0 105 14 211 133 56
Binary 1010 11100000 1000110 1100000 0 1000101 1100 10001001 1011011 101110

Color Harmonies of #0AE046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE046

Black with #0AE046

Text Example


Text Example

White with #0AE046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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