#0DDF0E

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

Shades of Free Speech Green #0DDF0E

Tints of Free Speech Green #0DDF0E

Color information

#0DDF0E (or 0x0DDF0E) is unknown color: approx Free Speech Green. HEX triplet: 0D, DF and 0E. RGB value is (13,223,14). Sum of RGB (Red+Green+Blue) = 13+223+14=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 223 (87.5% from 255 or 89.2% from 250); Blue value is 14 (5.86% from 255 or 5.6% from 250); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF0E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DDF0E is #F220F1. Grayscale: #898989. Windows color (decimal): -15868146 or 974605. OLE color: 974605.

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

Color convert

RGB1322314-
CMYK0.9400.940.13
HSL120.29º88.98%46.27%-
HSV(B)120.29º94.17%87.45%-
XYZ26.6352.899.22-
YUV136.3858.9339.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.2%
GREEN value IS 223 (87.5% from 255) = 89.2%
BLUE value IS 14 (5.86% from 255) = 5.6%
R=5.2%
G=89.2%
B=5.6%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal13223140.9400.940.13120.2988.9846.27
HexDDFE5E05ED78592e
Octal153371613601361517013156
Binary1101110111111110101111001011110110111110001011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DDF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,223,14); }

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

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

 a { background-color: rgb(13,223,14); }

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

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

 span { border-color: rgb(13,223,14); }

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