Html Css Color HEX #0EDE07 Free Speech Green

📋 copy color: '#0EDE07'

red 14 ◦ green 222 ◦ blue 7

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

Shades of Free Speech Green #0EDE07

Tints of Free Speech Green #0EDE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 91.36%

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

R = 5.76%
G = 91.36%
B = 2.88%

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

#0EDE07 (or 0x0EDE07) is known color: Free Speech Green. HEX triplet: 0E, DE and 07. RGB value is (14,222,7). Sum of RGB (Red+Green+Blue) = 14+222+7=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 222 (87.11% from 255 or 91.36% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE07 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0EDE07 is #F121F8. Grayscale: #878787. Windows color (decimal): -15802873 or 515598. OLE color: 515598.

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

Color convert

RGB 14 222 7 -
CMYK 0.94 0 0.97 0.13
HSL 118.05º 0.94% 0.45% -
HSV(B) 118.05º 0.97% 0.87% -
XYZ 26.34 52.35 8.92 -
YUV 135.3 55.59 41.48 -
System Red Green Blue C M Y K H S L
Decimal 14 222 7 0.94 0 0.97 0.13 118.05 0.94 0.45
Hex E DE 7 5E 0 61 D 76 5E 2D
Octal 16 336 7 136 0 141 15 166 136 55
Binary 1110 11011110 111 1011110 0 1100001 1101 1110110 1011110 101101

Color Harmonies of #0EDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDE07

Black with #0EDE07

Text Example


Text Example

White with #0EDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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