#0AED48

Color #0AED48 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0AED48

Tints of Malachite #0AED48

Color information

#0AED48 (or 0x0AED48) is unknown color: approx Malachite. HEX triplet: 0A, ED and 48. RGB value is (10,237,72). Sum of RGB (Red+Green+Blue) = 10+237+72=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 237 (92.97% from 255 or 74.29% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 237 - color contains mainly: green. Hex color #0AED48 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AED48 is #F512B7. Grayscale: #969696. Windows color (decimal): -16061112 or 4779274. OLE color: 4779274.

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

Color convert

RGB1023772-
CMYK0.9600.700.07
HSL136.39º91.9%48.43%-
HSV(B)136.39º95.78%92.94%-
XYZ31.5861.116.26-
YUV150.3283.7927.92-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.13%
GREEN value IS 237 (92.97% from 255) = 74.29%
BLUE value IS 72 (28.52% from 255) = 22.57%
R=3.13%
G=74.29%
B=22.57%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal10237720.9600.700.07136.3991.948.43
HexAED48600467885c30
Octal123551101400106721013460
Binary1010111011011001000110000001000110111100010001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AED48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,237,72); }

 H1.HeaderClassName
 {
   color: #0AED48;
 }
 .AnyTagClassName
 {
   color: #0AED48;
 }
</style>
background-color css

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

 a { background-color: rgb(10,237,72); }

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

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

 span { border-color: rgb(10,237,72); }

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