#0AF90C

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

Shades of Free Speech Green #0AF90C

Tints of Free Speech Green #0AF90C

Color information

#0AF90C (or 0x0AF90C) is unknown color: approx Free Speech Green. HEX triplet: 0A, F9 and 0C. RGB value is (10,249,12). Sum of RGB (Red+Green+Blue) = 10+249+12=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 249 (97.66% from 255 or 91.88% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF90C is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF90C is #F506F3. Grayscale: #979797. Windows color (decimal): -16058100 or 850186. OLE color: 850186.

HSL color Cylindrical-coordinate representation of color #0AF90C: hue angle of 120.5º degrees, saturation: 0.95, 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 #0AF90C is Cyan = 0.96, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.02.

Color convert

RGB1024912-
CMYK0.9600.950.02
HSL120.5º95.22%50.78%-
HSV(B)120.5º95.98%97.65%-
XYZ34.0767.8411.65-
YUV150.5249.8227.77-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 249 (97.66% from 255) = 91.88%
BLUE value IS 12 (5.08% from 255) = 4.43%
R=3.69%
G=91.88%
B=4.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10249120.9600.950.02120.595.2250.78
HexAF9C6005F2795f33
Octal12371141400137217113763
Binary10101111100111001100000010111111011110011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF90C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,249,12); }

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

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

 a { background-color: rgb(10,249,12); }

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

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

 span { border-color: rgb(10,249,12); }

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