Html Css Color HEX #1ADB14 Free Speech Green

📋 copy color: '#1ADB14'

red 26 ◦ green 219 ◦ blue 20

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

Shades of Free Speech Green #1ADB14

Tints of Free Speech Green #1ADB14

RGB

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

 GREEN value IS 219 (85.94% from 255) = 82.64%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 9.81%
G = 82.64%
B = 7.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#1ADB14 (or 0x1ADB14) is known color: Free Speech Green. HEX triplet: 1A, DB and 14. RGB value is (26,219,20). Sum of RGB (Red+Green+Blue) = 26+219+20=265 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.81% from 265); Green value is 219 (85.94% from 255 or 82.64% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB14 is #E524EB. Grayscale: #8B8B8B. Windows color (decimal): -15017196 or 1366810. OLE color: 1366810.

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

Color convert

RGB 26 219 20 -
CMYK 0.88 0 0.91 0.14
HSL 118.19º 0.83% 0.47% -
HSV(B) 118.19º 0.91% 0.86% -
XYZ 25.88 50.93 9.13 -
YUV 138.61 61.06 47.68 -
System Red Green Blue C M Y K H S L
Decimal 26 219 20 0.88 0 0.91 0.14 118.19 0.83 0.47
Hex 1A DB 14 58 0 5B E 76 53 2F
Octal 32 333 24 130 0 133 16 166 123 57
Binary 11010 11011011 10100 1011000 0 1011011 1110 1110110 1010011 101111

Color Harmonies of #1ADB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB14

Black with #1ADB14

Text Example


Text Example

White with #1ADB14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,219,20); }

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

background-color css

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

 a { background-color: rgb(26,219,20); }

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

border-color css

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

 span { border-color: rgb(26,219,20); }

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