Html Css Color HEX #1ADB13 Free Speech Green

📋 copy color: '#1ADB13'

red 26 ◦ green 219 ◦ blue 19

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

Shades of Free Speech Green #1ADB13

Tints of Free Speech Green #1ADB13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 9.85%
G = 82.95%
B = 7.2%

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

#1ADB13 (or 0x1ADB13) is known color: Free Speech Green. HEX triplet: 1A, DB and 13. RGB value is (26,219,19). Sum of RGB (Red+Green+Blue) = 26+219+19=264 (34% of max value = 765). Red value is 26 (10.55% from 255 or 9.85% from 264); Green value is 219 (85.94% from 255 or 82.95% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB13 is #E524EC. Grayscale: #8B8B8B. Windows color (decimal): -15017197 or 1301274. OLE color: 1301274.

HSL color Cylindrical-coordinate representation of color #1ADB13: hue angle of 117.9º degrees, saturation: 0.84, 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 #1ADB13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 26 219 19 -
CMYK 0.88 0 0.91 0.14
HSL 117.9º 0.84% 0.47% -
HSV(B) 117.9º 0.91% 0.86% -
XYZ 25.88 50.93 9.08 -
YUV 138.49 60.56 47.76 -
System Red Green Blue C M Y K H S L
Decimal 26 219 19 0.88 0 0.91 0.14 117.9 0.84 0.47
Hex 1A DB 13 58 0 5B E 76 54 2F
Octal 32 333 23 130 0 133 16 166 124 57
Binary 11010 11011011 10011 1011000 0 1011011 1110 1110110 1010100 101111

Color Harmonies of #1ADB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1ADB13

Black with #1ADB13

Text Example


Text Example

White with #1ADB13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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