Html Css Color HEX #0DD013 Free Speech Green

📋 copy color: '#0DD013'

red 13 ◦ green 208 ◦ blue 19

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

Shades of Free Speech Green #0DD013

Tints of Free Speech Green #0DD013

RGB

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

 GREEN value IS 208 (81.64% from 255) = 86.67%

 BLUE value IS 19 (7.81% from 255) = 7.92%

R = 5.42%
G = 86.67%
B = 7.92%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#0DD013 (or 0x0DD013) is known color: Free Speech Green. HEX triplet: 0D, D0 and 13. RGB value is (13,208,19). Sum of RGB (Red+Green+Blue) = 13+208+19=240 (31% of max value = 765). Red value is 13 (5.47% from 255 or 5.42% from 240); Green value is 208 (81.64% from 255 or 86.67% from 240); Blue value is 19 (7.81% from 255 or 7.92% from 240); Max value from RGB is 208 - color contains mainly: green. Hex color #0DD013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD013 is #F22FEC. Grayscale: #808080. Windows color (decimal): -15871981 or 1298445. OLE color: 1298445.

HSL color Cylindrical-coordinate representation of color #0DD013: hue angle of 121.85º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD013 is Cyan = 0.94, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 208 19 -
CMYK 0.94 0 0.91 0.18
HSL 121.85º 0.88% 0.43% -
HSV(B) 121.85º 0.94% 0.82% -
XYZ 22.84 45.24 8.15 -
YUV 128.15 66.4 45.87 -
System Red Green Blue C M Y K H S L
Decimal 13 208 19 0.94 0 0.91 0.18 121.85 0.88 0.43
Hex D D0 13 5E 0 5B 12 7A 58 2B
Octal 15 320 23 136 0 133 22 172 130 53
Binary 1101 11010000 10011 1011110 0 1011011 10010 1111010 1011000 101011

Color Harmonies of #0DD013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD013

Black with #0DD013

Text Example


Text Example

White with #0DD013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,208,19); }

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

background-color css

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

 a { background-color: rgb(13,208,19); }

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

border-color css

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

 span { border-color: rgb(13,208,19); }

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