#1FE70A

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

Shades of Free Speech Green #1FE70A

Tints of Free Speech Green #1FE70A

Color information

#1FE70A (or 0x1FE70A) is unknown color: approx Free Speech Green. HEX triplet: 1F, E7 and 0A. RGB value is (31,231,10). Sum of RGB (Red+Green+Blue) = 31+231+10=272 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.40% from 272); Green value is 231 (90.62% from 255 or 84.93% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE70A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE70A is #E018F5. Grayscale: #929292. Windows color (decimal): -14686454 or 714527. OLE color: 714527.

HSL color Cylindrical-coordinate representation of color #1FE70A: hue angle of 114.3º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1FE70A is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.09.

Color convert

RGB3123110-
CMYK0.8700.960.09
HSL114.3º91.7%47.25%-
HSV(B)114.3º95.67%90.59%-
XYZ29.257.479.84-
YUV146.0151.2445.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.40%
GREEN value IS 231 (90.62% from 255) = 84.93%
BLUE value IS 10 (4.30% from 255) = 3.68%
R=11.40%
G=84.93%
B=3.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31231100.8700.960.09114.391.747.25
Hex1FE7A570609725c2f
Octal373471212701401116213457
Binary11111111001111010101011101100000100111100101011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE70A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FE70A; }

 p { color: rgb(31,231,10); }

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

<style>
 a { background-color: #1FE70A; }

 a { background-color: rgb(31,231,10); }

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

<style>
 span { border-color: #1FE70A; }

 span { border-color: rgb(31,231,10); }

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