#0AF220

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

Shades of Free Speech Green #0AF220

Tints of Free Speech Green #0AF220

Color information

#0AF220 (or 0x0AF220) is unknown color: approx Free Speech Green. HEX triplet: 0A, F2 and 20. RGB value is (10,242,32). Sum of RGB (Red+Green+Blue) = 10+242+32=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 242 (94.92% from 255 or 85.21% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 242 - color contains mainly: green. Hex color #0AF220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF220 is #F50DDF. Grayscale: #959595. Windows color (decimal): -16059872 or 2159114. OLE color: 2159114.

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

Color convert

RGB1024232-
CMYK0.9600.870.05
HSL125.69º92.06%49.41%-
HSV(B)125.69º95.87%94.9%-
XYZ32.1463.6711.96-
YUV148.6962.1429.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 242 (94.92% from 255) = 85.21%
BLUE value IS 32 (12.89% from 255) = 11.27%
R=3.52%
G=85.21%
B=11.27%

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
Decimal10242320.9600.870.05125.6992.0649.41
HexAF2206005757e5c31
Octal12362401400127517613461
Binary10101111001010000011000000101011110111111101011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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