Html Css Color HEX #1ADB19 Free Speech Green

📋 copy color: '#1ADB19'

red 26 ◦ green 219 ◦ blue 25

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

Shades of Free Speech Green #1ADB19

Tints of Free Speech Green #1ADB19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.26%

R = 9.63%
G = 81.11%
B = 9.26%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#1ADB19 (or 0x1ADB19) is known color: Free Speech Green. HEX triplet: 1A, DB and 19. RGB value is (26,219,25). Sum of RGB (Red+Green+Blue) = 26+219+25=270 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.63% from 270); Green value is 219 (85.94% from 255 or 81.11% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB19 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB19 is #E524E6. Grayscale: #8B8B8B. Windows color (decimal): -15017191 or 1694490. OLE color: 1694490.

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

Color convert

RGB 26 219 25 -
CMYK 0.88 0 0.89 0.14
HSL 119.69º 0.8% 0.48% -
HSV(B) 119.69º 0.89% 0.86% -
XYZ 25.93 50.95 9.39 -
YUV 139.18 63.56 47.27 -
System Red Green Blue C M Y K H S L
Decimal 26 219 25 0.88 0 0.89 0.14 119.69 0.8 0.48
Hex 1A DB 19 58 0 59 E 78 50 30
Octal 32 333 31 130 0 131 16 170 120 60
Binary 11010 11011011 11001 1011000 0 1011001 1110 1111000 1010000 110000

Color Harmonies of #1ADB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB19

Black with #1ADB19

Text Example


Text Example

White with #1ADB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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