#0AF120

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

Shades of Free Speech Green #0AF120

Tints of Free Speech Green #0AF120

Color information

#0AF120 (or 0x0AF120) is unknown color: approx Free Speech Green. HEX triplet: 0A, F1 and 20. RGB value is (10,241,32). Sum of RGB (Red+Green+Blue) = 10+241+32=283 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.53% from 283); Green value is 241 (94.53% from 255 or 85.16% from 283); Blue value is 32 (12.89% from 255 or 11.31% from 283); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF120 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF120 is #F50EDF. Grayscale: #949494. Windows color (decimal): -16060128 or 2158858. OLE color: 2158858.

HSL color Cylindrical-coordinate representation of color #0AF120: hue angle of 125.71º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF120 is Cyan = 0.96, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB1024132-
CMYK0.9600.870.05
HSL125.71º92.03%49.22%-
HSV(B)125.71º95.85%94.51%-
XYZ31.8463.0811.86-
YUV148.162.4729.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.53%
GREEN value IS 241 (94.53% from 255) = 85.16%
BLUE value IS 32 (12.89% from 255) = 11.31%
R=3.53%
G=85.16%
B=11.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10241320.9600.870.05125.7192.0349.22
HexAF1206005757e5c31
Octal12361401400127517613461
Binary10101111000110000011000000101011110111111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,241,32); }

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

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

 a { background-color: rgb(10,241,32); }

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

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

 span { border-color: rgb(10,241,32); }

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