Html Css Color HEX #0ED70D Free Speech Green

📋 copy color: '#0ED70D'

red 14 ◦ green 215 ◦ blue 13

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

Shades of Free Speech Green #0ED70D

Tints of Free Speech Green #0ED70D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 5.79%
G = 88.84%
B = 5.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#0ED70D (or 0x0ED70D) is known color: Free Speech Green. HEX triplet: 0E, D7 and 0D. RGB value is (14,215,13). Sum of RGB (Red+Green+Blue) = 14+215+13=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 215 (84.38% from 255 or 88.84% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 215 - color contains mainly: green. Hex color #0ED70D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED70D is #F128F2. Grayscale: #848484. Windows color (decimal): -15804659 or 907022. OLE color: 907022.

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

Color convert

RGB 14 215 13 -
CMYK 0.93 0 0.94 0.16
HSL 119.7º 0.89% 0.45% -
HSV(B) 119.7º 0.94% 0.84% -
XYZ 24.55 48.72 8.49 -
YUV 131.87 60.91 43.93 -
System Red Green Blue C M Y K H S L
Decimal 14 215 13 0.93 0 0.94 0.16 119.7 0.89 0.45
Hex E D7 D 5D 0 5E 10 78 59 2D
Octal 16 327 15 135 0 136 20 170 131 55
Binary 1110 11010111 1101 1011101 0 1011110 10000 1111000 1011001 101101

Color Harmonies of #0ED70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED70D

Black with #0ED70D

Text Example


Text Example

White with #0ED70D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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