Html Css Color HEX #0ED700 Free Speech Green

📋 copy color: '#0ED700'

red 14 ◦ green 215 ◦ blue 0

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

Shades of Free Speech Green #0ED700

Tints of Free Speech Green #0ED700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.11%
G = 93.89%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#0ED700 (or 0x0ED700) is known color: Free Speech Green. HEX triplet: 0E, D7 and 00. RGB value is (14,215,0). Sum of RGB (Red+Green+Blue) = 14+215+0=229 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.11% from 229); Green value is 215 (84.38% from 255 or 93.89% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED700 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED700 is #F128FF. Grayscale: #838383. Windows color (decimal): -15804672 or 55054. OLE color: 55054.

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

Color convert

RGB 14 215 0 -
CMYK 0.93 0 1 0.16
HSL 116.09º 1% 0.42% -
HSV(B) 116.09º 1% 0.84% -
XYZ 24.48 48.69 8.11 -
YUV 130.39 54.41 44.98 -
System Red Green Blue C M Y K H S L
Decimal 14 215 0 0.93 0 1 0.16 116.09 1 0.42
Hex E D7 0 5D 0 64 10 74 64 2A
Octal 16 327 0 135 0 144 20 164 144 52
Binary 1110 11010111 0 1011101 0 1100100 10000 1110100 1100100 101010

Color Harmonies of #0ED700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED700

Black with #0ED700

Text Example


Text Example

White with #0ED700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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