Html Css Color HEX #1AF912 Free Speech Green

📋 copy color: '#1AF912'

red 26 ◦ green 249 ◦ blue 18

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

Shades of Free Speech Green #1AF912

Tints of Free Speech Green #1AF912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 84.98%

 BLUE value IS 18 (7.42% from 255) = 6.14%

R = 8.87%
G = 84.98%
B = 6.14%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#1AF912 (or 0x1AF912) is known color: Free Speech Green. HEX triplet: 1A, F9 and 12. RGB value is (26,249,18). Sum of RGB (Red+Green+Blue) = 26+249+18=293 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.87% from 293); Green value is 249 (97.66% from 255 or 84.98% from 293); Blue value is 18 (7.42% from 255 or 6.14% from 293); Max value from RGB is 249 - color contains mainly: green. Hex color #1AF912 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1AF912 is #E506ED. Grayscale: #9C9C9C. Windows color (decimal): -15009518 or 1243418. OLE color: 1243418.

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

Color convert

RGB 26 249 18 -
CMYK 0.90 0 0.93 0.02
HSL 117.92º 0.95% 0.52% -
HSV(B) 117.92º 0.93% 0.98% -
XYZ 34.41 68.01 11.89 -
YUV 155.99 50.12 35.28 -
System Red Green Blue C M Y K H S L
Decimal 26 249 18 0.90 0 0.93 0.02 117.92 0.95 0.52
Hex 1A F9 12 5A 0 5D 2 76 5F 34
Octal 32 371 22 132 0 135 2 166 137 64
Binary 11010 11111001 10010 1011010 0 1011101 10 1110110 1011111 110100

Color Harmonies of #1AF912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF912

Black with #1AF912

Text Example


Text Example

White with #1AF912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,249,18); }

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

background-color css

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

 a { background-color: rgb(26,249,18); }

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

border-color css

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

 span { border-color: rgb(26,249,18); }

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