#00DD13

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

Shades of Free Speech Green #00DD13

Tints of Free Speech Green #00DD13

Color information

#00DD13 (or 0x00DD13) is unknown color: approx Free Speech Green. HEX triplet: 00, DD and 13. RGB value is (0,221,19). Sum of RGB (Red+Green+Blue) = 0+221+19=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 221 (86.72% from 255 or 92.08% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 221 - color contains mainly: green. Hex color #00DD13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00DD13 is #FF22EC. Grayscale: #848484. Windows color (decimal): -16720621 or 1301760. OLE color: 1301760.

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

Color convert

RGB022119-
CMYK100.910.13
HSL125.16º100%43.33%-
HSV(B)125.16º100%86.67%-
XYZ25.9751.769.24-
YUV131.8964.2833.93-

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) = 92.08%
BLUE value IS 19 (7.81% from 255) = 7.92%
R=0%
G=92.08%
B=7.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal022119100.910.13125.1610043.33
Hex0DD136405BD7d642b
Octal03352314401331517514453
Binary01101110110011110010001011011110111111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00DD13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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