Html Css Color HEX #0ED708 Free Speech Green

📋 copy color: '#0ED708'

red 14 ◦ green 215 ◦ blue 8

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

Shades of Free Speech Green #0ED708

Tints of Free Speech Green #0ED708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.38%

R = 5.91%
G = 90.72%
B = 3.38%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#0ED708 (or 0x0ED708) is known color: Free Speech Green. HEX triplet: 0E, D7 and 08. RGB value is (14,215,8). Sum of RGB (Red+Green+Blue) = 14+215+8=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 215 (84.38% from 255 or 90.72% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED708 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED708 is #F128F7. Grayscale: #838383. Windows color (decimal): -15804664 or 579342. OLE color: 579342.

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

Color convert

RGB 14 215 8 -
CMYK 0.93 0 0.96 0.16
HSL 118.26º 0.93% 0.44% -
HSV(B) 118.26º 0.96% 0.84% -
XYZ 24.53 48.71 8.34 -
YUV 131.3 58.41 44.33 -
System Red Green Blue C M Y K H S L
Decimal 14 215 8 0.93 0 0.96 0.16 118.26 0.93 0.44
Hex E D7 8 5D 0 60 10 76 5D 2C
Octal 16 327 10 135 0 140 20 166 135 54
Binary 1110 11010111 1000 1011101 0 1100000 10000 1110110 1011101 101100

Color Harmonies of #0ED708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED708

Black with #0ED708

Text Example


Text Example

White with #0ED708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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