Html Css Color HEX #07FA1A Free Speech Green

📋 copy color: '#07FA1A'

red 7 ◦ green 250 ◦ blue 26

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

Shades of Free Speech Green #07FA1A

Tints of Free Speech Green #07FA1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.19%

R = 2.47%
G = 88.34%
B = 9.19%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#07FA1A (or 0x07FA1A) is known color: Free Speech Green. HEX triplet: 07, FA and 1A. RGB value is (7,250,26). Sum of RGB (Red+Green+Blue) = 7+250+26=283 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.47% from 283); Green value is 250 (98.05% from 255 or 88.34% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA1A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07FA1A is #F805E5. Grayscale: #989898. Windows color (decimal): -16254438 or 1767943. OLE color: 1767943.

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

Color convert

RGB 7 250 26 -
CMYK 0.97 0 0.90 0.02
HSL 124.69º 0.96% 0.5% -
HSV(B) 124.69º 0.97% 0.98% -
XYZ 34.46 68.49 12.38 -
YUV 151.81 56.99 24.71 -
System Red Green Blue C M Y K H S L
Decimal 7 250 26 0.97 0 0.90 0.02 124.69 0.96 0.5
Hex 7 FA 1A 61 0 5A 2 7D 60 32
Octal 7 372 32 141 0 132 2 175 140 62
Binary 111 11111010 11010 1100001 0 1011010 10 1111101 1100000 110010

Color Harmonies of #07FA1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FA1A

Black with #07FA1A

Text Example


Text Example

White with #07FA1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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