#0AF252

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

Shades of Malachite #0AF252

Tints of Malachite #0AF252

Color information

#0AF252 (or 0x0AF252) is unknown color: approx Malachite. HEX triplet: 0A, F2 and 52. RGB value is (10,242,82). Sum of RGB (Red+Green+Blue) = 10+242+82=334 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.99% from 334); Green value is 242 (94.92% from 255 or 72.46% from 334); Blue value is 82 (32.42% from 255 or 24.55% from 334); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF252 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF252 is #F50DAD. Grayscale: #9A9A9A. Windows color (decimal): -16059822 or 5435914. OLE color: 5435914.

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

Color convert

RGB1024282-
CMYK0.9600.660.05
HSL138.62º92.06%49.41%-
HSV(B)138.62º95.87%94.9%-
XYZ33.464.1818.61-
YUV154.3987.1425.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.99%
GREEN value IS 242 (94.92% from 255) = 72.46%
BLUE value IS 82 (32.42% from 255) = 24.55%
R=2.99%
G=72.46%
B=24.55%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10242820.9600.660.05138.6292.0649.41
HexAF2526004258b5c31
Octal123621221400102521313461
Binary1010111100101010010110000001000010101100010111011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,242,82); }

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

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

 a { background-color: rgb(10,242,82); }

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

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

 span { border-color: rgb(10,242,82); }

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