#0AF510

Color #0AF510 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0AF510

Tints of Free Speech Green #0AF510

Color information

#0AF510 (or 0x0AF510) is unknown color: approx Free Speech Green. HEX triplet: 0A, F5 and 10. RGB value is (10,245,16). Sum of RGB (Red+Green+Blue) = 10+245+16=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 245 (96.09% from 255 or 90.41% from 271); Blue value is 16 (6.64% from 255 or 5.90% from 271); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF510 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF510 is #F50AEF. Grayscale: #959595. Windows color (decimal): -16059120 or 1111306. OLE color: 1111306.

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

Color convert

RGB1024516-
CMYK0.9600.930.04
HSL121.53º92.16%50%-
HSV(B)121.53º95.92%96.08%-
XYZ32.8765.4111.38-
YUV148.6353.1429.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 245 (96.09% from 255) = 90.41%
BLUE value IS 16 (6.64% from 255) = 5.90%
R=3.69%
G=90.41%
B=5.90%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10245160.9600.930.04121.5392.1650
HexAF5106005D47a5c32
Octal12365201400135417213462
Binary1010111101011000011000000101110110011110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,245,16); }

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

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

 a { background-color: rgb(10,245,16); }

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

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

 span { border-color: rgb(10,245,16); }

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