Html Css Color HEX #0EDF1D Free Speech Green

📋 copy color: '#0EDF1D'

red 14 ◦ green 223 ◦ blue 29

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

Shades of Free Speech Green #0EDF1D

Tints of Free Speech Green #0EDF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 5.26%
G = 83.83%
B = 10.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#0EDF1D (or 0x0EDF1D) is known color: Free Speech Green. HEX triplet: 0E, DF and 1D. RGB value is (14,223,29). Sum of RGB (Red+Green+Blue) = 14+223+29=266 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.26% from 266); Green value is 223 (87.5% from 255 or 83.83% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 223 - color contains mainly: green. Hex color #0EDF1D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDF1D is #F120E2. Grayscale: #8A8A8A. Windows color (decimal): -15802595 or 1957646. OLE color: 1957646.

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

Color convert

RGB 14 223 29 -
CMYK 0.94 0 0.87 0.13
HSL 124.31º 0.88% 0.46% -
HSV(B) 124.31º 0.94% 0.87% -
XYZ 26.79 52.96 9.97 -
YUV 138.39 66.26 39.27 -
System Red Green Blue C M Y K H S L
Decimal 14 223 29 0.94 0 0.87 0.13 124.31 0.88 0.46
Hex E DF 1D 5E 0 57 D 7C 58 2E
Octal 16 337 35 136 0 127 15 174 130 56
Binary 1110 11011111 11101 1011110 0 1010111 1101 1111100 1011000 101110

Color Harmonies of #0EDF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDF1D

Black with #0EDF1D

Text Example


Text Example

White with #0EDF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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