#0DEC13

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

Shades of Free Speech Green #0DEC13

Tints of Free Speech Green #0DEC13

Color information

#0DEC13 (or 0x0DEC13) is unknown color: approx Free Speech Green. HEX triplet: 0D, EC and 13. RGB value is (13,236,19). Sum of RGB (Red+Green+Blue) = 13+236+19=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 236 (92.58% from 255 or 88.06% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 236 - color contains mainly: green. Hex color #0DEC13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DEC13 is #F213EC. Grayscale: #919191. Windows color (decimal): -15864813 or 1305613. OLE color: 1305613.

HSL color Cylindrical-coordinate representation of color #0DEC13: hue angle of 121.61º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DEC13 is Cyan = 0.94, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.07.

Color convert

RGB1323619-
CMYK0.9400.920.07
HSL121.61º89.56%48.82%-
HSV(B)121.61º94.49%92.55%-
XYZ30.2860.1210.63-
YUV144.5857.1234.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.85%
GREEN value IS 236 (92.58% from 255) = 88.06%
BLUE value IS 19 (7.81% from 255) = 7.09%
R=4.85%
G=88.06%
B=7.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal13236190.9400.920.07121.6189.5648.82
HexDEC135E05C77a5a31
Octal15354231360134717213261
Binary1101111011001001110111100101110011111110101011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DEC13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,236,19); }

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

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

 a { background-color: rgb(13,236,19); }

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

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

 span { border-color: rgb(13,236,19); }

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