#1FE712

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

Shades of Free Speech Green #1FE712

Tints of Free Speech Green #1FE712

Color information

#1FE712 (or 0x1FE712) is unknown color: approx Free Speech Green. HEX triplet: 1F, E7 and 12. RGB value is (31,231,18). Sum of RGB (Red+Green+Blue) = 31+231+18=280 (37% of max value = 765). Red value is 31 (12.5% from 255 or 11.07% from 280); Green value is 231 (90.62% from 255 or 82.5% from 280); Blue value is 18 (7.42% from 255 or 6.43% from 280); Max value from RGB is 231 - color contains mainly: green. Hex color #1FE712 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FE712 is #E018ED. Grayscale: #939393. Windows color (decimal): -14686446 or 1238815. OLE color: 1238815.

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

Color convert

RGB3123118-
CMYK0.8700.920.09
HSL116.34º85.54%48.82%-
HSV(B)116.34º92.21%90.59%-
XYZ29.2557.4910.13-
YUV146.9255.2445.32-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 11.07%
GREEN value IS 231 (90.62% from 255) = 82.5%
BLUE value IS 18 (7.42% from 255) = 6.43%
R=11.07%
G=82.5%
B=6.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal31231180.8700.920.09116.3485.5448.82
Hex1FE7125705C9745631
Octal373472212701341116412661
Binary111111110011110010101011101011100100111101001010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FE712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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