Html Css Color HEX #0AE037 Malachite

📋 copy color: '#0AE037'

red 10 ◦ green 224 ◦ blue 55

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

Shades of Malachite #0AE037

Tints of Malachite #0AE037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.03%

R = 3.46%
G = 77.51%
B = 19.03%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#0AE037 (or 0x0AE037) is known color: Malachite. HEX triplet: 0A, E0 and 37. RGB value is (10,224,55). Sum of RGB (Red+Green+Blue) = 10+224+55=289 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.46% from 289); Green value is 224 (87.89% from 255 or 77.51% from 289); Blue value is 55 (21.88% from 255 or 19.03% from 289); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE037 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE037 is #F51FC8. Grayscale: #8D8D8D. Windows color (decimal): -16064457 or 3661834. OLE color: 3661834.

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

Color convert

RGB 10 224 55 -
CMYK 0.96 0 0.75 0.12
HSL 132.62º 0.91% 0.46% -
HSV(B) 132.62º 0.96% 0.88% -
XYZ 27.47 53.65 12.52 -
YUV 140.75 79.6 34.74 -
System Red Green Blue C M Y K H S L
Decimal 10 224 55 0.96 0 0.75 0.12 132.62 0.91 0.46
Hex A E0 37 60 0 4B C 85 5B 2E
Octal 12 340 67 140 0 113 14 205 133 56
Binary 1010 11100000 110111 1100000 0 1001011 1100 10000101 1011011 101110

Color Harmonies of #0AE037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE037

Black with #0AE037

Text Example


Text Example

White with #0AE037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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