Html Css Color HEX #0AE041 Malachite

📋 copy color: '#0AE041'

red 10 ◦ green 224 ◦ blue 65

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

Shades of Malachite #0AE041

Tints of Malachite #0AE041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.74%

R = 3.34%
G = 74.92%
B = 21.74%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#0AE041 (or 0x0AE041) is known color: Malachite. HEX triplet: 0A, E0 and 41. RGB value is (10,224,65). Sum of RGB (Red+Green+Blue) = 10+224+65=299 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.34% from 299); Green value is 224 (87.89% from 255 or 74.92% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 224 - color contains mainly: green. Hex color #0AE041 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE041 is #F51FBE. Grayscale: #8E8E8E. Windows color (decimal): -16064447 or 4317194. OLE color: 4317194.

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

Color convert

RGB 10 224 65 -
CMYK 0.96 0 0.71 0.12
HSL 135.42º 0.91% 0.46% -
HSV(B) 135.42º 0.96% 0.88% -
XYZ 27.73 53.76 13.92 -
YUV 141.89 84.6 33.93 -
System Red Green Blue C M Y K H S L
Decimal 10 224 65 0.96 0 0.71 0.12 135.42 0.91 0.46
Hex A E0 41 60 0 47 C 87 5B 2E
Octal 12 340 101 140 0 107 14 207 133 56
Binary 1010 11100000 1000001 1100000 0 1000111 1100 10000111 1011011 101110

Color Harmonies of #0AE041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE041

Black with #0AE041

Text Example


Text Example

White with #0AE041

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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