Html Css Color HEX #07F81A Free Speech Green

📋 copy color: '#07F81A'

red 7 ◦ green 248 ◦ blue 26

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

Shades of Free Speech Green #07F81A

Tints of Free Speech Green #07F81A

RGB

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

 GREEN value IS 248 (97.27% from 255) = 88.26%

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

R = 2.49%
G = 88.26%
B = 9.25%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.03

RGB Variations

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

Color information

#07F81A (or 0x07F81A) is known color: Free Speech Green. HEX triplet: 07, F8 and 1A. RGB value is (7,248,26). Sum of RGB (Red+Green+Blue) = 7+248+26=281 (37% of max value = 765). Red value is 7 (3.12% from 255 or 2.49% from 281); Green value is 248 (97.27% from 255 or 88.26% from 281); Blue value is 26 (10.55% from 255 or 9.25% from 281); Max value from RGB is 248 - color contains mainly: green. Hex color #07F81A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #07F81A is #F807E5. Grayscale: #979797. Windows color (decimal): -16254950 or 1767431. OLE color: 1767431.

HSL color Cylindrical-coordinate representation of color #07F81A: hue angle of 124.73º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07F81A is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.

Color convert

RGB 7 248 26 -
CMYK 0.97 0 0.90 0.03
HSL 124.73º 0.95% 0.5% -
HSV(B) 124.73º 0.97% 0.97% -
XYZ 33.84 67.25 12.18 -
YUV 150.63 57.66 25.55 -
System Red Green Blue C M Y K H S L
Decimal 7 248 26 0.97 0 0.90 0.03 124.73 0.95 0.5
Hex 7 F8 1A 61 0 5A 3 7D 5F 32
Octal 7 370 32 141 0 132 3 175 137 62
Binary 111 11111000 11010 1100001 0 1011010 11 1111101 1011111 110010

Color Harmonies of #07F81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07F81A

Black with #07F81A

Text Example


Text Example

White with #07F81A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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