#15F21F

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

Shades of Free Speech Green #15F21F

Tints of Free Speech Green #15F21F

Color information

#15F21F (or 0x15F21F) is unknown color: approx Free Speech Green. HEX triplet: 15, F2 and 1F. RGB value is (21,242,31). Sum of RGB (Red+Green+Blue) = 21+242+31=294 (38% of max value = 765). Red value is 21 (8.59% from 255 or 7.14% from 294); Green value is 242 (94.92% from 255 or 82.31% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 242 - color contains mainly: green. Hex color #15F21F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #15F21F is #EA0DE0. Grayscale: #989898. Windows color (decimal): -15338977 or 2093589. OLE color: 2093589.

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

Color convert

RGB2124231-
CMYK0.9100.870.05
HSL122.71º89.47%51.57%-
HSV(B)122.71º91.32%94.9%-
XYZ32.3163.7611.9-
YUV151.8759.7834.66-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 7.14%
GREEN value IS 242 (94.92% from 255) = 82.31%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=7.14%
G=82.31%
B=10.54%

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
Decimal21242310.9100.870.05122.7189.4751.57
Hex15F21F5B05757b5934
Octal25362371330127517313164
Binary10101111100101111110110110101011110111110111011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15F21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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