#0AF53A

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

Shades of Malachite #0AF53A

Tints of Malachite #0AF53A

Color information

#0AF53A (or 0x0AF53A) is unknown color: approx Malachite. HEX triplet: 0A, F5 and 3A. RGB value is (10,245,58). Sum of RGB (Red+Green+Blue) = 10+245+58=313 (41% of max value = 765). Red value is 10 (4.30% from 255 or 3.19% from 313); Green value is 245 (96.09% from 255 or 78.27% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF53A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF53A is #F50AC5. Grayscale: #999999. Windows color (decimal): -16059078 or 3863818. OLE color: 3863818.

HSL color Cylindrical-coordinate representation of color #0AF53A: hue angle of 132.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF53A is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB1024558-
CMYK0.9600.760.04
HSL132.26º92.16%50%-
HSV(B)132.26º95.92%96.08%-
XYZ33.5465.6714.91-
YUV153.4274.1425.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.19%
GREEN value IS 245 (96.09% from 255) = 78.27%
BLUE value IS 58 (23.05% from 255) = 18.53%
R=3.19%
G=78.27%
B=18.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10245580.9600.760.04132.2692.1650
HexAF53A6004C4845c32
Octal12365721400114420413462
Binary101011110101111010110000001001100100100001001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,245,58); }

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

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

 a { background-color: rgb(10,245,58); }

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

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

 span { border-color: rgb(10,245,58); }

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