#00DD16

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

Shades of Free Speech Green #00DD16

Tints of Free Speech Green #00DD16

Color information

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

HSL color Cylindrical-coordinate representation of color #00DD16: hue angle of 125.97º 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 #00DD16 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB022122-
CMYK100.900.13
HSL125.97º100%43.33%-
HSV(B)125.97º100%86.67%-
XYZ2651.779.38-
YUV132.2465.7833.68-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022122100.900.13125.9710043.33
Hex0DD166405AD7e642b
Octal03352614401321517614453
Binary01101110110110110010001011010110111111101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00DD16; }

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

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

<style>
 a { background-color: #00DD16; }

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

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

<style>
 span { border-color: #00DD16; }

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

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