#0DFF19

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

Shades of Free Speech Green #0DFF19

Tints of Free Speech Green #0DFF19

Color information

#0DFF19 (or 0x0DFF19) is unknown color: approx Free Speech Green. HEX triplet: 0D, FF and 19. RGB value is (13,255,25). Sum of RGB (Red+Green+Blue) = 13+255+25=293 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.44% from 293); Green value is 255 (100% from 255 or 87.03% from 293); Blue value is 25 (10.16% from 255 or 8.53% from 293); Max value from RGB is 255 - color contains mainly: green. Hex color #0DFF19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DFF19 is #F200E6. Grayscale: #9D9D9D. Windows color (decimal): -15859943 or 1703693. OLE color: 1703693.

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

Color convert

RGB1325525-
CMYK0.9500.900
HSL122.98º100%52.55%-
HSV(B)122.98º94.9%100%-
XYZ36.171.6812.85-
YUV156.4253.8325.7-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.44%
GREEN value IS 255 (100% from 255) = 87.03%
BLUE value IS 25 (10.16% from 255) = 8.53%
R=4.44%
G=87.03%
B=8.53%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal13255250.9500.900122.9810052.55
HexDFF195F05A07b6435
Octal15377311370132017314465
Binary11011111111111001101111101011010011110111100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DFF19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,255,25); }

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

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

 a { background-color: rgb(13,255,25); }

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

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

 span { border-color: rgb(13,255,25); }

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