Html Css Color HEX #1AF714 Free Speech Green

📋 copy color: '#1AF714'

red 26 ◦ green 247 ◦ blue 20

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

Shades of Free Speech Green #1AF714

Tints of Free Speech Green #1AF714

RGB

 RED value IS 26 (10.55% from 255) = 8.87%

 GREEN value IS 247 (96.88% from 255) = 84.3%

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

R = 8.87%
G = 84.3%
B = 6.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#1AF714 (or 0x1AF714) is known color: Free Speech Green. HEX triplet: 1A, F7 and 14. RGB value is (26,247,20). Sum of RGB (Red+Green+Blue) = 26+247+20=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 247 (96.88% from 255 or 84.30% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF714 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF714 is #E508EB. Grayscale: #9B9B9B. Windows color (decimal): -15010028 or 1373978. OLE color: 1373978.

HSL color Cylindrical-coordinate representation of color #1AF714: hue angle of 118.41º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1AF714 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 26 247 20 -
CMYK 0.89 0 0.92 0.03
HSL 118.41º 0.93% 0.52% -
HSV(B) 118.41º 0.92% 0.97% -
XYZ 33.81 66.79 11.77 -
YUV 155.04 51.78 35.96 -
System Red Green Blue C M Y K H S L
Decimal 26 247 20 0.89 0 0.92 0.03 118.41 0.93 0.52
Hex 1A F7 14 59 0 5C 3 76 5D 34
Octal 32 367 24 131 0 134 3 166 135 64
Binary 11010 11110111 10100 1011001 0 1011100 11 1110110 1011101 110100

Color Harmonies of #1AF714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF714

Black with #1AF714

Text Example


Text Example

White with #1AF714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1AF714; }

 p { color: rgb(26,247,20); }

 H1.HeaderClassName
 {
   color: #1AF714;
 }
 .AnyTagClassName
 {
   color: #1AF714;
 }
</style>

background-color css

<style>
 a { background-color: #1AF714; }

 a { background-color: rgb(26,247,20); }

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

border-color css

<style>
 span { border-color: #1AF714; }

 span { border-color: rgb(26,247,20); }

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