#0DFE36

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

Shades of Free Speech Green #0DFE36

Tints of Free Speech Green #0DFE36

Color information

#0DFE36 (or 0x0DFE36) is unknown color: approx Free Speech Green. HEX triplet: 0D, FE and 36. RGB value is (13,254,54). Sum of RGB (Red+Green+Blue) = 13+254+54=321 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.05% from 321); Green value is 254 (99.61% from 255 or 79.13% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 254 - color contains mainly: green. Hex color #0DFE36 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFE36 is #F201C9. Grayscale: #9F9F9F. Windows color (decimal): -15860170 or 3603981. OLE color: 3603981.

HSL color Cylindrical-coordinate representation of color #0DFE36: hue angle of 130.21º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0DFE36 is Cyan = 0.95, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.00.

Color convert

RGB1325454-
CMYK0.9500.790.00
HSL130.21º99.18%52.35%-
HSV(B)130.21º94.88%99.61%-
XYZ36.2771.2415.33-
YUV159.1468.6623.76-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.05%
GREEN value IS 254 (99.61% from 255) = 79.13%
BLUE value IS 54 (21.48% from 255) = 16.82%
R=4.05%
G=79.13%
B=16.82%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal13254540.9500.790.00130.2199.1852.35
HexDFE365F04F0826334
Octal15376661370117020214364
Binary1101111111101101101011111010011110100000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,254,54); }

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

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

 a { background-color: rgb(13,254,54); }

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

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

 span { border-color: rgb(13,254,54); }

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