#0AF50E

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

Shades of Free Speech Green #0AF50E

Tints of Free Speech Green #0AF50E

Color information

#0AF50E (or 0x0AF50E) is unknown color: approx Free Speech Green. HEX triplet: 0A, F5 and 0E. RGB value is (10,245,14). Sum of RGB (Red+Green+Blue) = 10+245+14=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 245 (96.09% from 255 or 91.08% from 269); Blue value is 14 (5.86% from 255 or 5.20% from 269); Max value from RGB is 245 - color contains mainly: green. Hex color #0AF50E is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF50E is #F50AF1. Grayscale: #959595. Windows color (decimal): -16059122 or 980234. OLE color: 980234.

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

Color convert

RGB1024514-
CMYK0.9600.940.04
HSL121.02º92.16%50%-
HSV(B)121.02º95.92%96.08%-
XYZ32.8665.411.31-
YUV148.452.1429.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.72%
GREEN value IS 245 (96.09% from 255) = 91.08%
BLUE value IS 14 (5.86% from 255) = 5.20%
R=3.72%
G=91.08%
B=5.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal10245140.9600.940.04121.0292.1650
HexAF5E6005E4795c32
Octal12365161400136417113462
Binary101011110101111011000000101111010011110011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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