Html Css Color HEX #0ED609 Free Speech Green

📋 copy color: '#0ED609'

red 14 ◦ green 214 ◦ blue 9

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

Shades of Free Speech Green #0ED609

Tints of Free Speech Green #0ED609

RGB

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

 GREEN value IS 214 (83.98% from 255) = 90.3%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 5.91%
G = 90.3%
B = 3.8%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#0ED609 (or 0x0ED609) is known color: Free Speech Green. HEX triplet: 0E, D6 and 09. RGB value is (14,214,9). Sum of RGB (Red+Green+Blue) = 14+214+9=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 214 (83.98% from 255 or 90.30% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED609 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED609 is #F129F6. Grayscale: #838383. Windows color (decimal): -15804919 or 644622. OLE color: 644622.

HSL color Cylindrical-coordinate representation of color #0ED609: hue angle of 118.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0ED609 is Cyan = 0.93, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.

Color convert

RGB 14 214 9 -
CMYK 0.93 0 0.96 0.16
HSL 118.54º 0.92% 0.44% -
HSV(B) 118.54º 0.96% 0.84% -
XYZ 24.28 48.21 8.28 -
YUV 130.83 59.24 44.67 -
System Red Green Blue C M Y K H S L
Decimal 14 214 9 0.93 0 0.96 0.16 118.54 0.92 0.44
Hex E D6 9 5D 0 60 10 77 5C 2C
Octal 16 326 11 135 0 140 20 167 134 54
Binary 1110 11010110 1001 1011101 0 1100000 10000 1110111 1011100 101100

Color Harmonies of #0ED609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED609

Black with #0ED609

Text Example


Text Example

White with #0ED609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,214,9); }

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

background-color css

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

 a { background-color: rgb(14,214,9); }

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

border-color css

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

 span { border-color: rgb(14,214,9); }

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