#1DDC16

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

Shades of Free Speech Green #1DDC16

Tints of Free Speech Green #1DDC16

Color information

#1DDC16 (or 0x1DDC16) is unknown color: approx Free Speech Green. HEX triplet: 1D, DC and 16. RGB value is (29,220,22). Sum of RGB (Red+Green+Blue) = 29+220+22=271 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.70% from 271); Green value is 220 (86.33% from 255 or 81.18% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 220 - color contains mainly: green. Hex color #1DDC16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #1DDC16 is #E223E9. Grayscale: #8C8C8C. Windows color (decimal): -14820330 or 1498141. OLE color: 1498141.

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

Color convert

RGB2922022-
CMYK0.8700.90.14
HSL117.88º81.82%47.45%-
HSV(B)117.88º90%86.27%-
XYZ26.2451.519.32-
YUV140.3261.2248.6-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.70%
GREEN value IS 220 (86.33% from 255) = 81.18%
BLUE value IS 22 (8.98% from 255) = 8.12%
R=10.70%
G=81.18%
B=8.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal29220220.8700.90.14117.8881.8247.45
Hex1DDC165705AE76522f
Octal353342612701321616612257
Binary111011101110010110101011101011010111011101101010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DDC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,220,22); }

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

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

 a { background-color: rgb(29,220,22); }

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

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

 span { border-color: rgb(29,220,22); }

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