#14E725

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

Shades of Free Speech Green #14E725

Tints of Free Speech Green #14E725

Color information

#14E725 (or 0x14E725) is unknown color: approx Free Speech Green. HEX triplet: 14, E7 and 25. RGB value is (20,231,37). Sum of RGB (Red+Green+Blue) = 20+231+37=288 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.94% from 288); Green value is 231 (90.62% from 255 or 80.21% from 288); Blue value is 37 (14.84% from 255 or 12.85% from 288); Max value from RGB is 231 - color contains mainly: green. Hex color #14E725 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #14E725 is #EB18DA. Grayscale: #929292. Windows color (decimal): -15407323 or 2483988. OLE color: 2483988.

HSL color Cylindrical-coordinate representation of color #14E725: hue angle of 124.83º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E725 is Cyan = 0.91, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB2023137-
CMYK0.9100.840.09
HSL124.83º84.06%49.22%-
HSV(B)124.83º91.34%90.59%-
XYZ29.257.4311.3-
YUV145.7966.638.27-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.94%
GREEN value IS 231 (90.62% from 255) = 80.21%
BLUE value IS 37 (14.84% from 255) = 12.85%
R=6.94%
G=80.21%
B=12.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal20231370.9100.840.09124.8384.0649.22
Hex14E7255B05497d5431
Octal243474513301241117512461
Binary1010011100111100101101101101010100100111111011010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14E725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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