Html Css Color HEX #1AF721 Free Speech Green

📋 copy color: '#1AF721'

red 26 ◦ green 247 ◦ blue 33

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

Shades of Free Speech Green #1AF721

Tints of Free Speech Green #1AF721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 8.5%
G = 80.72%
B = 10.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#1AF721 (or 0x1AF721) is known color: Free Speech Green. HEX triplet: 1A, F7 and 21. RGB value is (26,247,33). Sum of RGB (Red+Green+Blue) = 26+247+33=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 247 (96.88% from 255 or 80.72% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 247 - color contains mainly: green. Hex color #1AF721 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF721 is #E508DE. Grayscale: #9D9D9D. Windows color (decimal): -15010015 or 2225946. OLE color: 2225946.

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

Color convert

RGB 26 247 33 -
CMYK 0.89 0 0.87 0.03
HSL 121.9º 0.93% 0.54% -
HSV(B) 121.9º 0.89% 0.97% -
XYZ 33.96 66.85 12.55 -
YUV 156.53 58.28 34.9 -
System Red Green Blue C M Y K H S L
Decimal 26 247 33 0.89 0 0.87 0.03 121.9 0.93 0.54
Hex 1A F7 21 59 0 57 3 7A 5D 36
Octal 32 367 41 131 0 127 3 172 135 66
Binary 11010 11110111 100001 1011001 0 1010111 11 1111010 1011101 110110

Color Harmonies of #1AF721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF721

Black with #1AF721

Text Example


Text Example

White with #1AF721

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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