#0AFD56

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

Shades of Malachite #0AFD56

Tints of Malachite #0AFD56

Color information

#0AFD56 (or 0x0AFD56) is unknown color: approx Malachite. HEX triplet: 0A, FD and 56. RGB value is (10,253,86). Sum of RGB (Red+Green+Blue) = 10+253+86=349 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 349); Green value is 253 (99.22% from 255 or 72.49% from 349); Blue value is 86 (33.98% from 255 or 24.64% from 349); Max value from RGB is 253 - color contains mainly: green. Hex color #0AFD56 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AFD56 is #F502A9. Grayscale: #A1A1A1. Windows color (decimal): -16057002 or 5700874. OLE color: 5700874.

HSL color Cylindrical-coordinate representation of color #0AFD56: hue angle of 138.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFD56 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.01.

Color convert

RGB1025386-
CMYK0.9600.660.01
HSL138.77º98.38%51.57%-
HSV(B)138.77º96.05%99.22%-
XYZ36.9370.9920.56-
YUV161.385.4920.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 253 (99.22% from 255) = 72.49%
BLUE value IS 86 (33.98% from 255) = 24.64%
R=2.87%
G=72.49%
B=24.64%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal10253860.9600.660.01138.7798.3851.57
HexAFD566004218b6234
Octal123751261400102121314264
Binary10101111110110101101100000010000101100010111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFD56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,253,86); }

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

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

 a { background-color: rgb(10,253,86); }

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

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

 span { border-color: rgb(10,253,86); }

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