Html Css Color HEX #1AF62F Free Speech Green

📋 copy color: '#1AF62F'

red 26 ◦ green 246 ◦ blue 47

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

Shades of Free Speech Green #1AF62F

Tints of Free Speech Green #1AF62F

RGB

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

 GREEN value IS 246 (96.48% from 255) = 77.12%

 BLUE value IS 47 (18.75% from 255) = 14.73%

R = 8.15%
G = 77.12%
B = 14.73%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#1AF62F (or 0x1AF62F) is known color: Free Speech Green. HEX triplet: 1A, F6 and 2F. RGB value is (26,246,47). Sum of RGB (Red+Green+Blue) = 26+246+47=319 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.15% from 319); Green value is 246 (96.48% from 255 or 77.12% from 319); Blue value is 47 (18.75% from 255 or 14.73% from 319); Max value from RGB is 246 - color contains mainly: green. Hex color #1AF62F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF62F is #E509D0. Grayscale: #9E9E9E. Windows color (decimal): -15010257 or 3143194. OLE color: 3143194.

HSL color Cylindrical-coordinate representation of color #1AF62F: hue angle of 125.73º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1AF62F is Cyan = 0.89, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 26 246 47 -
CMYK 0.89 0 0.81 0.04
HSL 125.73º 0.92% 0.53% -
HSV(B) 125.73º 0.89% 0.96% -
XYZ 33.89 66.34 13.71 -
YUV 157.53 65.61 34.18 -
System Red Green Blue C M Y K H S L
Decimal 26 246 47 0.89 0 0.81 0.04 125.73 0.92 0.53
Hex 1A F6 2F 59 0 51 4 7E 5C 35
Octal 32 366 57 131 0 121 4 176 134 65
Binary 11010 11110110 101111 1011001 0 1010001 100 1111110 1011100 110101

Color Harmonies of #1AF62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF62F

Black with #1AF62F

Text Example


Text Example

White with #1AF62F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,246,47); }

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

background-color css

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

 a { background-color: rgb(26,246,47); }

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

border-color css

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

 span { border-color: rgb(26,246,47); }

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