#16DD00

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

Shades of Free Speech Green #16DD00

Tints of Free Speech Green #16DD00

Color information

#16DD00 (or 0x16DD00) is unknown color: approx Free Speech Green. HEX triplet: 16, DD and 00. RGB value is (22,221,0). Sum of RGB (Red+Green+Blue) = 22+221+0=243 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.05% from 243); Green value is 221 (86.72% from 255 or 90.95% from 243); Blue value is 0 (0.39% from 255 or 0% from 243); Max value from RGB is 221 - color contains mainly: green. Hex color #16DD00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #16DD00 is #E922FF. Grayscale: #888888. Windows color (decimal): -15278848 or 56598. OLE color: 56598.

HSL color Cylindrical-coordinate representation of color #16DD00: hue angle of 114.03º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #16DD00 is Cyan = 0.90, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB222210-
CMYK0.90010.13
HSL114.03º100%43.33%-
HSV(B)114.03º100%86.67%-
XYZ26.1951.888.63-
YUV136.351.0746.47-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.05%
GREEN value IS 221 (86.72% from 255) = 90.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=9.05%
G=90.95%
B=0%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2222100.90010.13114.0310043.33
Hex16DD05A064D72642b
Octal26335013201441516214453
Binary10110110111010101101001100100110111100101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16DD00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16DD00; }

 p { color: rgb(22,221,0); }

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

<style>
 a { background-color: #16DD00; }

 a { background-color: rgb(22,221,0); }

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

<style>
 span { border-color: #16DD00; }

 span { border-color: rgb(22,221,0); }

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