Html Css Color HEX #0EDB1B Free Speech Green

📋 copy color: '#0EDB1B'

red 14 ◦ green 219 ◦ blue 27

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

Shades of Free Speech Green #0EDB1B

Tints of Free Speech Green #0EDB1B

RGB

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

 GREEN value IS 219 (85.94% from 255) = 84.23%

 BLUE value IS 27 (10.94% from 255) = 10.38%

R = 5.38%
G = 84.23%
B = 10.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#0EDB1B (or 0x0EDB1B) is known color: Free Speech Green. HEX triplet: 0E, DB and 1B. RGB value is (14,219,27). Sum of RGB (Red+Green+Blue) = 14+219+27=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 219 (85.94% from 255 or 84.23% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 219 - color contains mainly: green. Hex color #0EDB1B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDB1B is #F124E4. Grayscale: #888888. Windows color (decimal): -15803621 or 1825550. OLE color: 1825550.

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

Color convert

RGB 14 219 27 -
CMYK 0.94 0 0.88 0.14
HSL 123.8º 0.88% 0.46% -
HSV(B) 123.8º 0.94% 0.86% -
XYZ 25.71 50.84 9.49 -
YUV 135.82 66.58 41.11 -
System Red Green Blue C M Y K H S L
Decimal 14 219 27 0.94 0 0.88 0.14 123.8 0.88 0.46
Hex E DB 1B 5E 0 58 E 7C 58 2E
Octal 16 333 33 136 0 130 16 174 130 56
Binary 1110 11011011 11011 1011110 0 1011000 1110 1111100 1011000 101110

Color Harmonies of #0EDB1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDB1B

Black with #0EDB1B

Text Example


Text Example

White with #0EDB1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,219,27); }

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

background-color css

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

 a { background-color: rgb(14,219,27); }

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

border-color css

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

 span { border-color: rgb(14,219,27); }

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