Html Css Color HEX #1FFA07 Free Speech Green

📋 copy color: '#1FFA07'

red 31 ◦ green 250 ◦ blue 7

#1FFA07
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #1FFA07

Tints of Free Speech Green #1FFA07

RGB

 RED value IS 31 (12.5% from 255) = 10.76%

 GREEN value IS 250 (98.05% from 255) = 86.81%

 BLUE value IS 7 (3.13% from 255) = 2.43%

R = 10.76%
G = 86.81%
B = 2.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.97

 K value IS 0.02

RGB Variations

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

Color information

#1FFA07 (or 0x1FFA07) is known color: Free Speech Green. HEX triplet: 1F, FA and 07. RGB value is (31,250,7). Sum of RGB (Red+Green+Blue) = 31+250+7=288 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.76% from 288); Green value is 250 (98.05% from 255 or 86.81% from 288); Blue value is 7 (3.12% from 255 or 2.43% from 288); Max value from RGB is 250 - color contains mainly: green. Hex color #1FFA07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1FFA07 is #E005F8. Grayscale: #9D9D9D. Windows color (decimal): -14681593 or 522783. OLE color: 522783.

HSL color Cylindrical-coordinate representation of color #1FFA07: hue angle of 114.07º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1FFA07 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.

Color convert

RGB 31 250 7 -
CMYK 0.88 0 0.97 0.02
HSL 114.07º 0.96% 0.5% -
HSV(B) 114.07º 0.97% 0.98% -
XYZ 34.79 68.68 11.62 -
YUV 156.82 43.45 38.26 -
System Red Green Blue C M Y K H S L
Decimal 31 250 7 0.88 0 0.97 0.02 114.07 0.96 0.5
Hex 1F FA 7 58 0 61 2 72 60 32
Octal 37 372 7 130 0 141 2 162 140 62
Binary 11111 11111010 111 1011000 0 1100001 10 1110010 1100000 110010

Color Harmonies of #1FFA07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FFA07

Black with #1FFA07

Text Example


Text Example

White with #1FFA07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,250,7); }

 H1.HeaderClassName
 {
   color: #1FFA07;
 }
 .AnyTagClassName
 {
   color: #1FFA07;
 }
</style>

background-color css

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

 a { background-color: rgb(31,250,7); }

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

border-color css

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

 span { border-color: rgb(31,250,7); }

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