Html Css Color HEX #1ADF15 Free Speech Green

📋 copy color: '#1ADF15'

red 26 ◦ green 223 ◦ blue 21

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

Shades of Free Speech Green #1ADF15

Tints of Free Speech Green #1ADF15

RGB

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

 GREEN value IS 223 (87.5% from 255) = 82.59%

 BLUE value IS 21 (8.59% from 255) = 7.78%

R = 9.63%
G = 82.59%
B = 7.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#1ADF15 (or 0x1ADF15) is known color: Free Speech Green. HEX triplet: 1A, DF and 15. RGB value is (26,223,21). Sum of RGB (Red+Green+Blue) = 26+223+21=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 223 (87.5% from 255 or 82.59% from 270); Blue value is 21 (8.59% from 255 or 7.78% from 270); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADF15 is #E520EA. Grayscale: #8D8D8D. Windows color (decimal): -15016171 or 1433370. OLE color: 1433370.

HSL color Cylindrical-coordinate representation of color #1ADF15: hue angle of 118.51º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1ADF15 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 26 223 21 -
CMYK 0.88 0 0.91 0.13
HSL 118.51º 0.83% 0.48% -
HSV(B) 118.51º 0.91% 0.87% -
XYZ 26.95 53.05 9.53 -
YUV 141.07 60.23 45.93 -
System Red Green Blue C M Y K H S L
Decimal 26 223 21 0.88 0 0.91 0.13 118.51 0.83 0.48
Hex 1A DF 15 58 0 5B D 77 53 30
Octal 32 337 25 130 0 133 15 167 123 60
Binary 11010 11011111 10101 1011000 0 1011011 1101 1110111 1010011 110000

Color Harmonies of #1ADF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADF15

Black with #1ADF15

Text Example


Text Example

White with #1ADF15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,223,21); }

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

background-color css

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

 a { background-color: rgb(26,223,21); }

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

border-color css

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

 span { border-color: rgb(26,223,21); }

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