Html Css Color HEX #1AFD11 Free Speech Green

📋 copy color: '#1AFD11'

red 26 ◦ green 253 ◦ blue 17

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

Shades of Free Speech Green #1AFD11

Tints of Free Speech Green #1AFD11

RGB

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

 GREEN value IS 253 (99.22% from 255) = 85.47%

 BLUE value IS 17 (7.03% from 255) = 5.74%

R = 8.78%
G = 85.47%
B = 5.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#1AFD11 (or 0x1AFD11) is known color: Free Speech Green. HEX triplet: 1A, FD and 11. RGB value is (26,253,17). Sum of RGB (Red+Green+Blue) = 26+253+17=296 (39% of max value = 765). Red value is 26 (10.55% from 255 or 8.78% from 296); Green value is 253 (99.22% from 255 or 85.47% from 296); Blue value is 17 (7.03% from 255 or 5.74% from 296); Max value from RGB is 253 - color contains mainly: green. Hex color #1AFD11 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AFD11 is #E502EE. Grayscale: #9E9E9E. Windows color (decimal): -15008495 or 1178906. OLE color: 1178906.

HSL color Cylindrical-coordinate representation of color #1AFD11: hue angle of 117.71º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1AFD11 is Cyan = 0.90, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.01.

Color convert

RGB 26 253 17 -
CMYK 0.90 0 0.93 0.01
HSL 117.71º 0.98% 0.53% -
HSV(B) 117.71º 0.93% 0.99% -
XYZ 35.65 70.51 12.26 -
YUV 158.22 48.29 33.69 -
System Red Green Blue C M Y K H S L
Decimal 26 253 17 0.90 0 0.93 0.01 117.71 0.98 0.53
Hex 1A FD 11 5A 0 5D 1 76 62 35
Octal 32 375 21 132 0 135 1 166 142 65
Binary 11010 11111101 10001 1011010 0 1011101 1 1110110 1100010 110101

Color Harmonies of #1AFD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AFD11

Black with #1AFD11

Text Example


Text Example

White with #1AFD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,253,17); }

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

background-color css

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

 a { background-color: rgb(26,253,17); }

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

border-color css

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

 span { border-color: rgb(26,253,17); }

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