Html Css Color HEX #07F90A Free Speech Green

📋 copy color: '#07F90A'

red 7 ◦ green 249 ◦ blue 10

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

Shades of Free Speech Green #07F90A

Tints of Free Speech Green #07F90A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 93.61%

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 2.63%
G = 93.61%
B = 3.76%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#07F90A (or 0x07F90A) is known color: Free Speech Green. HEX triplet: 07, F9 and 0A. RGB value is (7,249,10). Sum of RGB (Red+Green+Blue) = 7+249+10=266 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.63% from 266); Green value is 249 (97.66% from 255 or 93.61% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 249 - color contains mainly: green. Hex color #07F90A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #07F90A is #F806F5. Grayscale: #969696. Windows color (decimal): -16254710 or 719111. OLE color: 719111.

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

Color convert

RGB 7 249 10 -
CMYK 0.97 0 0.96 0.02
HSL 120.74º 0.95% 0.5% -
HSV(B) 120.74º 0.97% 0.98% -
XYZ 34.02 67.82 11.58 -
YUV 149.4 49.33 26.43 -
System Red Green Blue C M Y K H S L
Decimal 7 249 10 0.97 0 0.96 0.02 120.74 0.95 0.5
Hex 7 F9 A 61 0 60 2 79 5F 32
Octal 7 371 12 141 0 140 2 171 137 62
Binary 111 11111001 1010 1100001 0 1100000 10 1111001 1011111 110010

Color Harmonies of #07F90A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F90A

Black with #07F90A

Text Example


Text Example

White with #07F90A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,249,10); }

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

background-color css

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

 a { background-color: rgb(7,249,10); }

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

border-color css

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

 span { border-color: rgb(7,249,10); }

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