Html Css Color HEX #0DF001 Free Speech Green

📋 copy color: '#0DF001'

red 13 ◦ green 240 ◦ blue 1

#0DF001
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0DF001

Tints of Free Speech Green #0DF001

RGB

 RED value IS 13 (5.47% from 255) = 5.12%

 GREEN value IS 240 (94.14% from 255) = 94.49%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 5.12%
G = 94.49%
B = 0.39%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 1.00

 K value IS 0.06

RGB Variations

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

Color information

#0DF001 (or 0x0DF001) is known color: Free Speech Green. HEX triplet: 0D, F0 and 01. RGB value is (13,240,1). Sum of RGB (Red+Green+Blue) = 13+240+1=254 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.12% from 254); Green value is 240 (94.14% from 255 or 94.49% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF001 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF001 is #F20FFE. Grayscale: #919191. Windows color (decimal): -15863807 or 126989. OLE color: 126989.

HSL color Cylindrical-coordinate representation of color #0DF001: hue angle of 116.99º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0DF001 is Cyan = 0.95, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 240 1 -
CMYK 0.95 0 1.00 0.06
HSL 116.99º 0.99% 0.47% -
HSV(B) 116.99º 1% 0.94% -
XYZ 31.33 62.41 10.42 -
YUV 144.88 46.79 33.93 -
System Red Green Blue C M Y K H S L
Decimal 13 240 1 0.95 0 1.00 0.06 116.99 0.99 0.47
Hex D F0 1 5F 0 64 6 75 63 2F
Octal 15 360 1 137 0 144 6 165 143 57
Binary 1101 11110000 1 1011111 0 1100100 110 1110101 1100011 101111

Color Harmonies of #0DF001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF001

Black with #0DF001

Text Example


Text Example

White with #0DF001

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,240,1); }

 H1.HeaderClassName
 {
   color: #0DF001;
 }
 .AnyTagClassName
 {
   color: #0DF001;
 }
</style>

background-color css

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

 a { background-color: rgb(13,240,1); }

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

border-color css

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

 span { border-color: rgb(13,240,1); }

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