#1adb18

Color #1ADB18 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #1ADB18

Tints of Free Speech Green #1ADB18

Color information

#1ADB18 (or 0x1ADB18) is unknown color: approx Free Speech Green. HEX triplet: 1A, DB and 18. RGB value is (26,219,24). Sum of RGB (Red+Green+Blue) = 26+219+24=269 (35% of max value = 765). Red value is 26 (10.55% from 255 or 9.67% from 269); Green value is 219 (85.94% from 255 or 81.41% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 219 - color contains mainly: green. Hex color #1ADB18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1ADB18 is #E524E7. Grayscale: #8B8B8B. Windows color (decimal): -15017192 or 1628954. OLE color: 1628954.

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

Color convert

RGB2621924-
CMYK0.8800.890.14
HSL119.38º80.25%47.65%-
HSV(B)119.38º89.04%85.88%-
XYZ25.9250.959.33-
YUV139.0663.0647.36-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 9.67%
GREEN value IS 219 (85.94% from 255) = 81.41%
BLUE value IS 24 (9.77% from 255) = 8.92%
R=9.67%
G=81.41%
B=8.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal26219240.8800.890.14119.3880.2547.65
Hex1ADB1858059E775030
Octal323333013001311616712060
Binary110101101101111000101100001011001111011101111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1adb18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1adb18;
 }
 .AnyTagClassName
 {
   color: #1adb18;
 }
</style>
background-color css

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

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

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

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

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

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