Html Css Color HEX #1AF028 Free Speech Green

📋 copy color: '#1AF028'

red 26 ◦ green 240 ◦ blue 40

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

Shades of Free Speech Green #1AF028

Tints of Free Speech Green #1AF028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 13.07%

R = 8.5%
G = 78.43%
B = 13.07%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.06

RGB Variations

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

Color information

#1AF028 (or 0x1AF028) is known color: Free Speech Green. HEX triplet: 1A, F0 and 28. RGB value is (26,240,40). Sum of RGB (Red+Green+Blue) = 26+240+40=306 (40% of max value = 765). Red value is 26 (10.55% from 255 or 8.50% from 306); Green value is 240 (94.14% from 255 or 78.43% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 240 - color contains mainly: green. Hex color #1AF028 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1AF028 is #E50FD7. Grayscale: #999999. Windows color (decimal): -15011800 or 2682906. OLE color: 2682906.

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

Color convert

RGB 26 240 40 -
CMYK 0.89 0 0.83 0.06
HSL 123.93º 0.88% 0.52% -
HSV(B) 123.93º 0.89% 0.94% -
XYZ 31.97 62.69 12.42 -
YUV 153.21 64.1 37.26 -
System Red Green Blue C M Y K H S L
Decimal 26 240 40 0.89 0 0.83 0.06 123.93 0.88 0.52
Hex 1A F0 28 59 0 53 6 7C 58 34
Octal 32 360 50 131 0 123 6 174 130 64
Binary 11010 11110000 101000 1011001 0 1010011 110 1111100 1011000 110100

Color Harmonies of #1AF028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1AF028

Black with #1AF028

Text Example


Text Example

White with #1AF028

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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