Html Css Color HEX #1AF006 Free Speech Green

📋 copy color: '#1AF006'

red 26 ◦ green 240 ◦ blue 6

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

Shades of Free Speech Green #1AF006

Tints of Free Speech Green #1AF006

RGB

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

 GREEN value IS 240 (94.14% from 255) = 88.24%

 BLUE value IS 6 (2.73% from 255) = 2.21%

R = 9.56%
G = 88.24%
B = 2.21%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#1AF006 (or 0x1AF006) is known color: Free Speech Green. HEX triplet: 1A, F0 and 06. RGB value is (26,240,6). Sum of RGB (Red+Green+Blue) = 26+240+6=272 (36% of max value = 765). Red value is 26 (10.55% from 255 or 9.56% from 272); Green value is 240 (94.14% from 255 or 88.24% from 272); Blue value is 6 (2.73% from 255 or 2.21% from 272); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF006 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF006 is #E50FF9. Grayscale: #969696. Windows color (decimal): -15011834 or 454682. OLE color: 454682.

HSL color Cylindrical-coordinate representation of color #1AF006: hue angle of 114.87º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1AF006 is Cyan = 0.89, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 26 240 6 -
CMYK 0.89 0 0.98 0.06
HSL 114.87º 0.95% 0.48% -
HSV(B) 114.87º 0.98% 0.94% -
XYZ 31.62 62.55 10.58 -
YUV 149.34 47.1 40.03 -
System Red Green Blue C M Y K H S L
Decimal 26 240 6 0.89 0 0.98 0.06 114.87 0.95 0.48
Hex 1A F0 6 59 0 62 6 73 5F 30
Octal 32 360 6 131 0 142 6 163 137 60
Binary 11010 11110000 110 1011001 0 1100010 110 1110011 1011111 110000

Color Harmonies of #1AF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF006

Black with #1AF006

Text Example


Text Example

White with #1AF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,240,6); }

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

background-color css

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

 a { background-color: rgb(26,240,6); }

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

border-color css

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

 span { border-color: rgb(26,240,6); }

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