Html Css Color HEX #0ED711 Free Speech Green

📋 copy color: '#0ED711'

red 14 ◦ green 215 ◦ blue 17

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

Shades of Free Speech Green #0ED711

Tints of Free Speech Green #0ED711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 5.69%
G = 87.4%
B = 6.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#0ED711 (or 0x0ED711) is known color: Free Speech Green. HEX triplet: 0E, D7 and 11. RGB value is (14,215,17). Sum of RGB (Red+Green+Blue) = 14+215+17=246 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.69% from 246); Green value is 215 (84.38% from 255 or 87.40% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED711 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED711 is #F128EE. Grayscale: #848484. Windows color (decimal): -15804655 or 1169166. OLE color: 1169166.

HSL color Cylindrical-coordinate representation of color #0ED711: hue angle of 120.9º 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 #0ED711 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 215 17 -
CMYK 0.93 0 0.92 0.16
HSL 120.9º 0.88% 0.45% -
HSV(B) 120.9º 0.93% 0.84% -
XYZ 24.58 48.73 8.64 -
YUV 132.33 62.91 43.6 -
System Red Green Blue C M Y K H S L
Decimal 14 215 17 0.93 0 0.92 0.16 120.9 0.88 0.45
Hex E D7 11 5D 0 5C 10 79 58 2D
Octal 16 327 21 135 0 134 20 171 130 55
Binary 1110 11010111 10001 1011101 0 1011100 10000 1111001 1011000 101101

Color Harmonies of #0ED711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED711

Black with #0ED711

Text Example


Text Example

White with #0ED711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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