Html Css Color HEX #1ADD15 Free Speech Green

📋 copy color: '#1ADD15'

red 26 ◦ green 221 ◦ blue 21

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

Shades of Free Speech Green #1ADD15

Tints of Free Speech Green #1ADD15

RGB

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

 GREEN value IS 221 (86.72% from 255) = 82.46%

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

R = 9.7%
G = 82.46%
B = 7.84%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#1ADD15 (or 0x1ADD15) is known color: Free Speech Green. HEX triplet: 1A, DD and 15. RGB value is (26,221,21). Sum of RGB (Red+Green+Blue) = 26+221+21=268 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.70% from 268); Green value is 221 (86.72% from 255 or 82.46% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 221 - color contains mainly: green. Hex color #1ADD15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADD15 is #E522EA. Grayscale: #8C8C8C. Windows color (decimal): -15016683 or 1432858. OLE color: 1432858.

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

Color convert

RGB 26 221 21 -
CMYK 0.88 0 0.90 0.13
HSL 118.5º 0.83% 0.47% -
HSV(B) 118.5º 0.9% 0.87% -
XYZ 26.42 51.99 9.35 -
YUV 139.9 60.9 46.76 -
System Red Green Blue C M Y K H S L
Decimal 26 221 21 0.88 0 0.90 0.13 118.5 0.83 0.47
Hex 1A DD 15 58 0 5A D 76 53 2F
Octal 32 335 25 130 0 132 15 166 123 57
Binary 11010 11011101 10101 1011000 0 1011010 1101 1110110 1010011 101111

Color Harmonies of #1ADD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADD15

Black with #1ADD15

Text Example


Text Example

White with #1ADD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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