#0AF24C

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

Shades of Malachite #0AF24C

Tints of Malachite #0AF24C

Color information

#0AF24C (or 0x0AF24C) is unknown color: approx Malachite. HEX triplet: 0A, F2 and 4C. RGB value is (10,242,76). Sum of RGB (Red+Green+Blue) = 10+242+76=328 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.05% from 328); Green value is 242 (94.92% from 255 or 73.78% from 328); Blue value is 76 (30.08% from 255 or 23.17% from 328); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF24C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF24C is #F50DB3. Grayscale: #9A9A9A. Windows color (decimal): -16059828 or 5042698. OLE color: 5042698.

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

Color convert

RGB1024276-
CMYK0.9600.690.05
HSL137.07º92.06%49.41%-
HSV(B)137.07º95.87%94.9%-
XYZ33.1864.0917.46-
YUV153.7184.1425.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.05%
GREEN value IS 242 (94.92% from 255) = 73.78%
BLUE value IS 76 (30.08% from 255) = 23.17%
R=3.05%
G=73.78%
B=23.17%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10242760.9600.690.05137.0792.0649.41
HexAF24C600455895c31
Octal123621141400105521113461
Binary1010111100101001100110000001000101101100010011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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