Html Css Color HEX #0AE032 Malachite

📋 copy color: '#0AE032'

red 10 ◦ green 224 ◦ blue 50

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

Shades of Malachite #0AE032

Tints of Malachite #0AE032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 3.52%
G = 78.87%
B = 17.61%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#0AE032 (or 0x0AE032) is known color: Malachite. HEX triplet: 0A, E0 and 32. RGB value is (10,224,50). Sum of RGB (Red+Green+Blue) = 10+224+50=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 224 (87.89% from 255 or 78.87% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE032 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE032 is #F51FCD. Grayscale: #8C8C8C. Windows color (decimal): -16064462 or 3334154. OLE color: 3334154.

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

Color convert

RGB 10 224 50 -
CMYK 0.96 0 0.78 0.12
HSL 131.22º 0.91% 0.46% -
HSV(B) 131.22º 0.96% 0.88% -
XYZ 27.36 53.61 11.92 -
YUV 140.18 77.1 35.15 -
System Red Green Blue C M Y K H S L
Decimal 10 224 50 0.96 0 0.78 0.12 131.22 0.91 0.46
Hex A E0 32 60 0 4E C 83 5B 2E
Octal 12 340 62 140 0 116 14 203 133 56
Binary 1010 11100000 110010 1100000 0 1001110 1100 10000011 1011011 101110

Color Harmonies of #0AE032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE032

Black with #0AE032

Text Example


Text Example

White with #0AE032

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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