Html Css Color HEX #0DF006 Free Speech Green

📋 copy color: '#0DF006'

red 13 ◦ green 240 ◦ blue 6

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

Shades of Free Speech Green #0DF006

Tints of Free Speech Green #0DF006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.32%

R = 5.02%
G = 92.66%
B = 2.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#0DF006 (or 0x0DF006) is known color: Free Speech Green. HEX triplet: 0D, F0 and 06. RGB value is (13,240,6). Sum of RGB (Red+Green+Blue) = 13+240+6=259 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.02% from 259); Green value is 240 (94.14% from 255 or 92.66% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 240 - color contains mainly: green. Hex color #0DF006 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0DF006 is #F20FF9. Grayscale: #929292. Windows color (decimal): -15863802 or 454669. OLE color: 454669.

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

Color convert

RGB 13 240 6 -
CMYK 0.95 0 0.98 0.06
HSL 118.21º 0.95% 0.48% -
HSV(B) 118.21º 0.98% 0.94% -
XYZ 31.36 62.42 10.57 -
YUV 145.45 49.29 33.53 -
System Red Green Blue C M Y K H S L
Decimal 13 240 6 0.95 0 0.98 0.06 118.21 0.95 0.48
Hex D F0 6 5F 0 62 6 76 5F 30
Octal 15 360 6 137 0 142 6 166 137 60
Binary 1101 11110000 110 1011111 0 1100010 110 1110110 1011111 110000

Color Harmonies of #0DF006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DF006

Black with #0DF006

Text Example


Text Example

White with #0DF006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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