Html Css Color HEX #0EEB0B Free Speech Green

📋 copy color: '#0EEB0B'

red 14 ◦ green 235 ◦ blue 11

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

Shades of Free Speech Green #0EEB0B

Tints of Free Speech Green #0EEB0B

RGB

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

 GREEN value IS 235 (92.19% from 255) = 90.38%

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

R = 5.38%
G = 90.38%
B = 4.23%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#0EEB0B (or 0x0EEB0B) is known color: Free Speech Green. HEX triplet: 0E, EB and 0B. RGB value is (14,235,11). Sum of RGB (Red+Green+Blue) = 14+235+11=260 (34% of max value = 765). Red value is 14 (5.86% from 255 or 5.38% from 260); Green value is 235 (92.19% from 255 or 90.38% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 235 - color contains mainly: green. Hex color #0EEB0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0EEB0B is #F114F4. Grayscale: #909090. Windows color (decimal): -15799541 or 781070. OLE color: 781070.

HSL color Cylindrical-coordinate representation of color #0EEB0B: hue angle of 119.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0EEB0B is Cyan = 0.94, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 235 11 -
CMYK 0.94 0 0.95 0.08
HSL 119.2º 0.91% 0.48% -
HSV(B) 119.2º 0.95% 0.92% -
XYZ 29.95 59.53 10.23 -
YUV 143.39 53.28 35.71 -
System Red Green Blue C M Y K H S L
Decimal 14 235 11 0.94 0 0.95 0.08 119.2 0.91 0.48
Hex E EB B 5E 0 5F 8 77 5B 30
Octal 16 353 13 136 0 137 10 167 133 60
Binary 1110 11101011 1011 1011110 0 1011111 1000 1110111 1011011 110000

Color Harmonies of #0EEB0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EEB0B

Black with #0EEB0B

Text Example


Text Example

White with #0EEB0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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