Html Css Color HEX #07FA12 Free Speech Green

📋 copy color: '#07FA12'

red 7 ◦ green 250 ◦ blue 18

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

Shades of Free Speech Green #07FA12

Tints of Free Speech Green #07FA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.55%

R = 2.55%
G = 90.91%
B = 6.55%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#07FA12 (or 0x07FA12) is known color: Free Speech Green. HEX triplet: 07, FA and 12. RGB value is (7,250,18). Sum of RGB (Red+Green+Blue) = 7+250+18=275 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.55% from 275); Green value is 250 (98.05% from 255 or 90.91% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 250 - color contains mainly: green. Hex color #07FA12 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07FA12 is #F805ED. Grayscale: #979797. Windows color (decimal): -16254446 or 1243655. OLE color: 1243655.

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

Color convert

RGB 7 250 18 -
CMYK 0.97 0 0.93 0.02
HSL 122.72º 0.96% 0.5% -
HSV(B) 122.72º 0.97% 0.98% -
XYZ 34.38 68.46 11.97 -
YUV 150.9 52.99 25.36 -
System Red Green Blue C M Y K H S L
Decimal 7 250 18 0.97 0 0.93 0.02 122.72 0.96 0.5
Hex 7 FA 12 61 0 5D 2 7B 60 32
Octal 7 372 22 141 0 135 2 173 140 62
Binary 111 11111010 10010 1100001 0 1011101 10 1111011 1100000 110010

Color Harmonies of #07FA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07FA12

Black with #07FA12

Text Example


Text Example

White with #07FA12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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