Html Css Color HEX #07FA14 Free Speech Green

📋 copy color: '#07FA14'

red 7 ◦ green 250 ◦ blue 20

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

Shades of Free Speech Green #07FA14

Tints of Free Speech Green #07FA14

RGB

 RED value IS 7 (3.13% from 255) = 2.53%

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

 BLUE value IS 20 (8.2% from 255) = 7.22%

R = 2.53%
G = 90.25%
B = 7.22%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#07FA14 (or 0x07FA14) is known color: Free Speech Green. HEX triplet: 07, FA and 14. RGB value is (7,250,20). Sum of RGB (Red+Green+Blue) = 7+250+20=277 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.53% from 277); Green value is 250 (98.05% from 255 or 90.25% from 277); Blue value is 20 (8.20% from 255 or 7.22% from 277); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FA14 is #F805EB. Grayscale: #979797. Windows color (decimal): -16254444 or 1374727. OLE color: 1374727.

HSL color Cylindrical-coordinate representation of color #07FA14: hue angle of 123.21º 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 #07FA14 is Cyan = 0.97, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 7 250 20 -
CMYK 0.97 0 0.92 0.02
HSL 123.21º 0.96% 0.5% -
HSV(B) 123.21º 0.97% 0.98% -
XYZ 34.4 68.47 12.06 -
YUV 151.12 53.99 25.2 -
System Red Green Blue C M Y K H S L
Decimal 7 250 20 0.97 0 0.92 0.02 123.21 0.96 0.5
Hex 7 FA 14 61 0 5C 2 7B 60 32
Octal 7 372 24 141 0 134 2 173 140 62
Binary 111 11111010 10100 1100001 0 1011100 10 1111011 1100000 110010

Color Harmonies of #07FA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FA14

Black with #07FA14

Text Example


Text Example

White with #07FA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07FA14; }

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

 H1.HeaderClassName
 {
   color: #07FA14;
 }
 .AnyTagClassName
 {
   color: #07FA14;
 }
</style>

background-color css

<style>
 a { background-color: #07FA14; }

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

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

border-color css

<style>
 span { border-color: #07FA14; }

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

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