Html Css Color HEX #0ED710 Free Speech Green

📋 copy color: '#0ED710'

red 14 ◦ green 215 ◦ blue 16

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

Shades of Free Speech Green #0ED710

Tints of Free Speech Green #0ED710

RGB

 RED value IS 14 (5.86% from 255) = 5.71%

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

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

R = 5.71%
G = 87.76%
B = 6.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#0ED710 (or 0x0ED710) is known color: Free Speech Green. HEX triplet: 0E, D7 and 10. RGB value is (14,215,16). Sum of RGB (Red+Green+Blue) = 14+215+16=245 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.71% from 245); Green value is 215 (84.38% from 255 or 87.76% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED710 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED710 is #F128EF. Grayscale: #848484. Windows color (decimal): -15804656 or 1103630. OLE color: 1103630.

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

Color convert

RGB 14 215 16 -
CMYK 0.93 0 0.93 0.16
HSL 120.6º 0.88% 0.45% -
HSV(B) 120.6º 0.93% 0.84% -
XYZ 24.58 48.73 8.6 -
YUV 132.22 62.41 43.68 -
System Red Green Blue C M Y K H S L
Decimal 14 215 16 0.93 0 0.93 0.16 120.6 0.88 0.45
Hex E D7 10 5D 0 5D 10 79 58 2D
Octal 16 327 20 135 0 135 20 171 130 55
Binary 1110 11010111 10000 1011101 0 1011101 10000 1111001 1011000 101101

Color Harmonies of #0ED710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED710

Black with #0ED710

Text Example


Text Example

White with #0ED710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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