#0DFC05

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

Shades of Free Speech Green #0DFC05

Tints of Free Speech Green #0DFC05

Color information

#0DFC05 (or 0x0DFC05) is unknown color: approx Free Speech Green. HEX triplet: 0D, FC and 05. RGB value is (13,252,5). Sum of RGB (Red+Green+Blue) = 13+252+5=270 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.81% from 270); Green value is 252 (98.83% from 255 or 93.33% from 270); Blue value is 5 (2.34% from 255 or 1.85% from 270); Max value from RGB is 252 - color contains mainly: green. Hex color #0DFC05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFC05 is #F203FA. Grayscale: #999999. Windows color (decimal): -15860731 or 392205. OLE color: 392205.

HSL color Cylindrical-coordinate representation of color #0DFC05: hue angle of 118.06º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0DFC05 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB132525-
CMYK0.9500.980.01
HSL118.06º97.63%50.39%-
HSV(B)118.06º98.02%98.82%-
XYZ3569.7211.76-
YUV152.3844.8228.58-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.81%
GREEN value IS 252 (98.83% from 255) = 93.33%
BLUE value IS 5 (2.34% from 255) = 1.85%
R=4.81%
G=93.33%
B=1.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1325250.9500.980.01118.0697.6350.39
HexDFC55F0621766232
Octal1537451370142116614262
Binary110111111100101101111101100010111101101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFC05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,252,5); }

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

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

 a { background-color: rgb(13,252,5); }

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

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

 span { border-color: rgb(13,252,5); }

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