#15F220

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

Shades of Free Speech Green #15F220

Tints of Free Speech Green #15F220

Color information

#15F220 (or 0x15F220) is unknown color: approx Free Speech Green. HEX triplet: 15, F2 and 20. RGB value is (21,242,32). Sum of RGB (Red+Green+Blue) = 21+242+32=295 (39% of max value = 765). Red value is 21 (8.59% from 255 or 7.12% from 295); Green value is 242 (94.92% from 255 or 82.03% from 295); Blue value is 32 (12.89% from 255 or 10.85% from 295); Max value from RGB is 242 - color contains mainly: green. Hex color #15F220 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F220 is #EA0DDF. Grayscale: #989898. Windows color (decimal): -15338976 or 2159125. OLE color: 2159125.

HSL color Cylindrical-coordinate representation of color #15F220: hue angle of 122.99º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #15F220 is Cyan = 0.91, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB2124232-
CMYK0.9100.870.05
HSL122.99º89.47%51.57%-
HSV(B)122.99º91.32%94.9%-
XYZ32.3263.7711.97-
YUV151.9860.2834.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.12%
GREEN value IS 242 (94.92% from 255) = 82.03%
BLUE value IS 32 (12.89% from 255) = 10.85%
R=7.12%
G=82.03%
B=10.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal21242320.9100.870.05122.9989.4751.57
Hex15F2205B05757b5934
Octal25362401330127517313164
Binary101011111001010000010110110101011110111110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15F220; }

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

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

<style>
 a { background-color: #15F220; }

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

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

<style>
 span { border-color: #15F220; }

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

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