Html Css Color HEX #0EDF07 Free Speech Green

📋 copy color: '#0EDF07'

red 14 ◦ green 223 ◦ blue 7

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

Shades of Free Speech Green #0EDF07

Tints of Free Speech Green #0EDF07

RGB

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

 GREEN value IS 223 (87.5% from 255) = 91.39%

 BLUE value IS 7 (3.13% from 255) = 2.87%

R = 5.74%
G = 91.39%
B = 2.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#0EDF07 (or 0x0EDF07) is known color: Free Speech Green. HEX triplet: 0E, DF and 07. RGB value is (14,223,7). Sum of RGB (Red+Green+Blue) = 14+223+7=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 223 (87.5% from 255 or 91.39% from 244); Blue value is 7 (3.12% from 255 or 2.87% from 244); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDF07 is #F120F8. Grayscale: #888888. Windows color (decimal): -15802617 or 515854. OLE color: 515854.

HSL color Cylindrical-coordinate representation of color #0EDF07: hue angle of 118.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0EDF07 is Cyan = 0.94, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 223 7 -
CMYK 0.94 0 0.97 0.13
HSL 118.06º 0.94% 0.45% -
HSV(B) 118.06º 0.97% 0.87% -
XYZ 26.61 52.88 9.01 -
YUV 135.89 55.26 41.06 -
System Red Green Blue C M Y K H S L
Decimal 14 223 7 0.94 0 0.97 0.13 118.06 0.94 0.45
Hex E DF 7 5E 0 61 D 76 5E 2D
Octal 16 337 7 136 0 141 15 166 136 55
Binary 1110 11011111 111 1011110 0 1100001 1101 1110110 1011110 101101

Color Harmonies of #0EDF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF07

Black with #0EDF07

Text Example


Text Example

White with #0EDF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,223,7); }

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

background-color css

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

 a { background-color: rgb(14,223,7); }

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

border-color css

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

 span { border-color: rgb(14,223,7); }

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