#0AF35F

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

Shades of Malachite #0AF35F

Tints of Malachite #0AF35F

Color information

#0AF35F (or 0x0AF35F) is unknown color: approx Malachite. HEX triplet: 0A, F3 and 5F. RGB value is (10,243,95). Sum of RGB (Red+Green+Blue) = 10+243+95=348 (46% of max value = 765). Red value is 10 (4.30% from 255 or 2.87% from 348); Green value is 243 (95.31% from 255 or 69.83% from 348); Blue value is 95 (37.5% from 255 or 27.30% from 348); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF35F is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0AF35F is #F50CA0. Grayscale: #9C9C9C. Windows color (decimal): -16059553 or 6288138. OLE color: 6288138.

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

Color convert

RGB1024395-
CMYK0.9600.610.05
HSL141.89º92.09%49.61%-
HSV(B)141.89º95.88%95.29%-
XYZ34.2464.9921.57-
YUV156.4693.3123.53-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.87%
GREEN value IS 243 (95.31% from 255) = 69.83%
BLUE value IS 95 (37.5% from 255) = 27.30%
R=2.87%
G=69.83%
B=27.30%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243950.9600.610.05141.8992.0949.61
HexAF35F6003D58e5c32
Octal12363137140075521613462
Binary101011110011101111111000000111101101100011101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF35F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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