Html Css Color HEX #0ED60B Free Speech Green

📋 copy color: '#0ED60B'

red 14 ◦ green 214 ◦ blue 11

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

Shades of Free Speech Green #0ED60B

Tints of Free Speech Green #0ED60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.6%

R = 5.86%
G = 89.54%
B = 4.6%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#0ED60B (or 0x0ED60B) is known color: Free Speech Green. HEX triplet: 0E, D6 and 0B. RGB value is (14,214,11). Sum of RGB (Red+Green+Blue) = 14+214+11=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 214 (83.98% from 255 or 89.54% from 239); Blue value is 11 (4.69% from 255 or 4.60% from 239); Max value from RGB is 214 - color contains mainly: green. Hex color #0ED60B is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0ED60B is #F129F4. Grayscale: #838383. Windows color (decimal): -15804917 or 775694. OLE color: 775694.

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

Color convert

RGB 14 214 11 -
CMYK 0.93 0 0.95 0.16
HSL 119.11º 0.9% 0.44% -
HSV(B) 119.11º 0.95% 0.84% -
XYZ 24.29 48.21 8.34 -
YUV 131.06 60.24 44.51 -
System Red Green Blue C M Y K H S L
Decimal 14 214 11 0.93 0 0.95 0.16 119.11 0.9 0.44
Hex E D6 B 5D 0 5F 10 77 5A 2C
Octal 16 326 13 135 0 137 20 167 132 54
Binary 1110 11010110 1011 1011101 0 1011111 10000 1110111 1011010 101100

Color Harmonies of #0ED60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ED60B

Black with #0ED60B

Text Example


Text Example

White with #0ED60B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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