#0DD10F

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

Shades of Free Speech Green #0DD10F

Tints of Free Speech Green #0DD10F

Color information

#0DD10F (or 0x0DD10F) is unknown color: approx Free Speech Green. HEX triplet: 0D, D1 and 0F. RGB value is (13,209,15). Sum of RGB (Red+Green+Blue) = 13+209+15=237 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.49% from 237); Green value is 209 (82.03% from 255 or 88.19% from 237); Blue value is 15 (6.25% from 255 or 6.33% from 237); Max value from RGB is 209 - color contains mainly: green. Hex color #0DD10F is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD10F is #F22EF0. Grayscale: #808080. Windows color (decimal): -15871729 or 1036557. OLE color: 1036557.

HSL color Cylindrical-coordinate representation of color #0DD10F: hue angle of 120.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD10F is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB1320915-
CMYK0.9400.930.18
HSL120.61º88.29%43.53%-
HSV(B)120.61º93.78%81.96%-
XYZ23.0545.728.06-
YUV128.2864.0745.77-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 5.49%
GREEN value IS 209 (82.03% from 255) = 88.19%
BLUE value IS 15 (6.25% from 255) = 6.33%
R=5.49%
G=88.19%
B=6.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal13209150.9400.930.18120.6188.2943.53
HexDD1F5E05D1279582c
Octal153211713601352217113054
Binary11011101000111111011110010111011001011110011011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DD10F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,209,15); }

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

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

 a { background-color: rgb(13,209,15); }

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

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

 span { border-color: rgb(13,209,15); }

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