Html Css Color HEX #0DD710 Free Speech Green

📋 copy color: '#0DD710'

red 13 ◦ green 215 ◦ blue 16

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

Shades of Free Speech Green #0DD710

Tints of Free Speech Green #0DD710

RGB

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

 GREEN value IS 215 (84.38% from 255) = 88.11%

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 5.33%
G = 88.11%
B = 6.56%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#0DD710 (or 0x0DD710) is known color: Free Speech Green. HEX triplet: 0D, D7 and 10. RGB value is (13,215,16). Sum of RGB (Red+Green+Blue) = 13+215+16=244 (32% of max value = 765). Red value is 13 (5.47% from 255 or 5.33% from 244); Green value is 215 (84.38% from 255 or 88.11% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0DD710 is #F228EF. Grayscale: #848484. Windows color (decimal): -15870192 or 1103629. OLE color: 1103629.

HSL color Cylindrical-coordinate representation of color #0DD710: hue angle of 120.89º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD710 is Cyan = 0.94, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 16 -
CMYK 0.94 0 0.93 0.16
HSL 120.89º 0.89% 0.45% -
HSV(B) 120.89º 0.94% 0.84% -
XYZ 24.56 48.72 8.6 -
YUV 131.92 62.58 43.18 -
System Red Green Blue C M Y K H S L
Decimal 13 215 16 0.94 0 0.93 0.16 120.89 0.89 0.45
Hex D D7 10 5E 0 5D 10 79 59 2D
Octal 15 327 20 136 0 135 20 171 131 55
Binary 1101 11010111 10000 1011110 0 1011101 10000 1111001 1011001 101101

Color Harmonies of #0DD710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD710

Black with #0DD710

Text Example


Text Example

White with #0DD710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,215,16); }

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

background-color css

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

 a { background-color: rgb(13,215,16); }

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

border-color css

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

 span { border-color: rgb(13,215,16); }

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