#0AFA3C

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

Shades of Malachite #0AFA3C

Tints of Malachite #0AFA3C

Color information

#0AFA3C (or 0x0AFA3C) is unknown color: approx Malachite. HEX triplet: 0A, FA and 3C. RGB value is (10,250,60). Sum of RGB (Red+Green+Blue) = 10+250+60=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 250 (98.05% from 255 or 78.12% from 320); Blue value is 60 (23.83% from 255 or 18.75% from 320); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA3C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AFA3C is #F505C3. Grayscale: #9D9D9D. Windows color (decimal): -16057796 or 3996170. OLE color: 3996170.

HSL color Cylindrical-coordinate representation of color #0AFA3C: hue angle of 132.5º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFA3C is Cyan = 0.96, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.

Color convert

RGB1025060-
CMYK0.9600.760.02
HSL132.5º96%50.98%-
HSV(B)132.5º96%98.04%-
XYZ35.1368.7615.7-
YUV156.5873.4923.45-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 250 (98.05% from 255) = 78.12%
BLUE value IS 60 (23.83% from 255) = 18.75%
R=3.12%
G=78.12%
B=18.75%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10250600.9600.760.02132.59650.98
HexAFA3C6004C2846033
Octal12372741400114220414063
Binary10101111101011110011000000100110010100001001100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,250,60); }

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

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

 a { background-color: rgb(10,250,60); }

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

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

 span { border-color: rgb(10,250,60); }

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