#0AF361

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

Shades of Malachite #0AF361

Tints of Malachite #0AF361

Color information

#0AF361 (or 0x0AF361) is unknown color: approx Malachite. HEX triplet: 0A, F3 and 61. RGB value is (10,243,97). Sum of RGB (Red+Green+Blue) = 10+243+97=350 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.86% from 350); Green value is 243 (95.31% from 255 or 69.43% from 350); Blue value is 97 (38.28% from 255 or 27.71% from 350); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF361 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF361 is #F50C9E. Grayscale: #9D9D9D. Windows color (decimal): -16059551 or 6419210. OLE color: 6419210.

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

Color convert

RGB1024397-
CMYK0.9600.600.05
HSL142.4º92.09%49.61%-
HSV(B)142.4º95.88%95.29%-
XYZ34.3365.0322.05-
YUV156.6994.3123.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.86%
GREEN value IS 243 (95.31% from 255) = 69.43%
BLUE value IS 97 (38.28% from 255) = 27.71%
R=2.86%
G=69.43%
B=27.71%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243970.9600.600.05142.492.0949.61
HexAF3616003C58e5c32
Octal12363141140074521613462
Binary101011110011110000111000000111100101100011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,243,97); }

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

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

 a { background-color: rgb(10,243,97); }

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

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

 span { border-color: rgb(10,243,97); }

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