#14F825

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

Shades of Free Speech Green #14F825

Tints of Free Speech Green #14F825

Color information

#14F825 (or 0x14F825) is unknown color: approx Free Speech Green. HEX triplet: 14, F8 and 25. RGB value is (20,248,37). Sum of RGB (Red+Green+Blue) = 20+248+37=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 248 (97.27% from 255 or 81.31% from 305); Blue value is 37 (14.84% from 255 or 12.13% from 305); Max value from RGB is 248 - color contains mainly: green. Hex color #14F825 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14F825 is #EB07DA. Grayscale: #9C9C9C. Windows color (decimal): -15402971 or 2488340. OLE color: 2488340.

HSL color Cylindrical-coordinate representation of color #14F825: hue angle of 124.47º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14F825 is Cyan = 0.92, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.

Color convert

RGB2024837-
CMYK0.9200.850.03
HSL124.47º94.21%52.55%-
HSV(B)124.47º91.94%97.25%-
XYZ34.1967.4212.96-
YUV155.7760.9631.16-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.56%
GREEN value IS 248 (97.27% from 255) = 81.31%
BLUE value IS 37 (14.84% from 255) = 12.13%
R=6.56%
G=81.31%
B=12.13%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal20248370.9200.850.03124.4794.2152.55
Hex14F8255C05537c5e35
Octal24370451340125317413665
Binary10100111110001001011011100010101011111111001011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14F825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14F825; }

 p { color: rgb(20,248,37); }

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

<style>
 a { background-color: #14F825; }

 a { background-color: rgb(20,248,37); }

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

<style>
 span { border-color: #14F825; }

 span { border-color: rgb(20,248,37); }

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