Html Css Color HEX #0AEE47 Malachite

📋 copy color: '#0AEE47'

red 10 ◦ green 238 ◦ blue 71

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

Shades of Malachite #0AEE47

Tints of Malachite #0AEE47

RGB

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

 GREEN value IS 238 (93.36% from 255) = 74.61%

 BLUE value IS 71 (28.13% from 255) = 22.26%

R = 3.13%
G = 74.61%
B = 22.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#0AEE47 (or 0x0AEE47) is known color: Malachite. HEX triplet: 0A, EE and 47. RGB value is (10,238,71). Sum of RGB (Red+Green+Blue) = 10+238+71=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 238 (93.36% from 255 or 74.61% from 319); Blue value is 71 (28.12% from 255 or 22.26% from 319); Max value from RGB is 238 - color contains mainly: green. Hex color #0AEE47 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AEE47 is #F511B8. Grayscale: #979797. Windows color (decimal): -16060857 or 4713994. OLE color: 4713994.

HSL color Cylindrical-coordinate representation of color #0AEE47: hue angle of 136.05º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AEE47 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB 10 238 71 -
CMYK 0.96 0 0.70 0.07
HSL 136.05º 0.92% 0.49% -
HSV(B) 136.05º 0.96% 0.93% -
XYZ 31.84 61.67 16.19 -
YUV 150.79 82.96 27.58 -
System Red Green Blue C M Y K H S L
Decimal 10 238 71 0.96 0 0.70 0.07 136.05 0.92 0.49
Hex A EE 47 60 0 46 7 88 5C 31
Octal 12 356 107 140 0 106 7 210 134 61
Binary 1010 11101110 1000111 1100000 0 1000110 111 10001000 1011100 110001

Color Harmonies of #0AEE47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AEE47

Black with #0AEE47

Text Example


Text Example

White with #0AEE47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,238,71); }

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

background-color css

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

 a { background-color: rgb(10,238,71); }

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

border-color css

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

 span { border-color: rgb(10,238,71); }

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