Html Css Color HEX #0ED823 Free Speech Green

📋 copy color: '#0ED823'

red 14 ◦ green 216 ◦ blue 35

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

Shades of Free Speech Green #0ED823

Tints of Free Speech Green #0ED823

RGB

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

 GREEN value IS 216 (84.77% from 255) = 81.51%

 BLUE value IS 35 (14.06% from 255) = 13.21%

R = 5.28%
G = 81.51%
B = 13.21%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#0ED823 (or 0x0ED823) is known color: Free Speech Green. HEX triplet: 0E, D8 and 23. RGB value is (14,216,35). Sum of RGB (Red+Green+Blue) = 14+216+35=265 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.28% from 265); Green value is 216 (84.77% from 255 or 81.51% from 265); Blue value is 35 (14.06% from 255 or 13.21% from 265); Max value from RGB is 216 - color contains mainly: green. Hex color #0ED823 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ED823 is #F127DC. Grayscale: #878787. Windows color (decimal): -15804381 or 2349070. OLE color: 2349070.

HSL color Cylindrical-coordinate representation of color #0ED823: hue angle of 126.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0ED823 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 14 216 35 -
CMYK 0.94 0 0.84 0.15
HSL 126.24º 0.88% 0.45% -
HSV(B) 126.24º 0.94% 0.85% -
XYZ 25.04 49.33 9.79 -
YUV 134.97 71.58 41.72 -
System Red Green Blue C M Y K H S L
Decimal 14 216 35 0.94 0 0.84 0.15 126.24 0.88 0.45
Hex E D8 23 5E 0 54 F 7E 58 2D
Octal 16 330 43 136 0 124 17 176 130 55
Binary 1110 11011000 100011 1011110 0 1010100 1111 1111110 1011000 101101

Color Harmonies of #0ED823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED823

Black with #0ED823

Text Example


Text Example

White with #0ED823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,216,35); }

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

background-color css

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

 a { background-color: rgb(14,216,35); }

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

border-color css

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

 span { border-color: rgb(14,216,35); }

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