#0DDD1E

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

Shades of Free Speech Green #0DDD1E

Tints of Free Speech Green #0DDD1E

Color information

#0DDD1E (or 0x0DDD1E) is unknown color: approx Free Speech Green. HEX triplet: 0D, DD and 1E. RGB value is (13,221,30). Sum of RGB (Red+Green+Blue) = 13+221+30=264 (34% of max value = 765). Red value is 13 (5.47% from 255 or 4.92% from 264); Green value is 221 (86.72% from 255 or 83.71% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD1E is #F222E1. Grayscale: #898989. Windows color (decimal): -15868642 or 2022669. OLE color: 2022669.

HSL color Cylindrical-coordinate representation of color #0DDD1E: hue angle of 124.9º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DDD1E is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB1322130-
CMYK0.9400.860.13
HSL124.9º88.89%45.88%-
HSV(B)124.9º94.12%86.67%-
XYZ26.2651.899.86-
YUV137.0367.5939.53-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.92%
GREEN value IS 221 (86.72% from 255) = 83.71%
BLUE value IS 30 (12.11% from 255) = 11.36%
R=4.92%
G=83.71%
B=11.36%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13221300.9400.860.13124.988.8945.88
HexDDD1E5E056D7d592e
Octal153353613601261517513156
Binary11011101110111110101111001010110110111111011011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0DDD1E; }

 p { color: rgb(13,221,30); }

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

<style>
 a { background-color: #0DDD1E; }

 a { background-color: rgb(13,221,30); }

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

<style>
 span { border-color: #0DDD1E; }

 span { border-color: rgb(13,221,30); }

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