#0BE811

Color #0BE811 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0BE811

Tints of Free Speech Green #0BE811

Color information

#0BE811 (or 0x0BE811) is unknown color: approx Free Speech Green. HEX triplet: 0B, E8 and 11. RGB value is (11,232,17). Sum of RGB (Red+Green+Blue) = 11+232+17=260 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.23% from 260); Green value is 232 (91.02% from 255 or 89.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 232 - color contains mainly: green. Hex color #0BE811 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BE811 is #F417EE. Grayscale: #8E8E8E. Windows color (decimal): -15996911 or 1173515. OLE color: 1173515.

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

Color convert

RGB1123217-
CMYK0.9500.930.09
HSL121.63º90.95%47.65%-
HSV(B)121.63º95.26%90.98%-
XYZ29.157.8210.16-
YUV141.4157.7834.98-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.23%
GREEN value IS 232 (91.02% from 255) = 89.23%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=4.23%
G=89.23%
B=6.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal11232170.9500.930.09121.6390.9547.65
HexBE8115F05D97a5b30
Octal133502113701351117213360
Binary10111110100010001101111101011101100111110101011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BE811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,232,17); }

 H1.HeaderClassName
 {
   color: #0BE811;
 }
 .AnyTagClassName
 {
   color: #0BE811;
 }
</style>
background-color css

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

 a { background-color: rgb(11,232,17); }

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

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

 span { border-color: rgb(11,232,17); }

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