#0BF611

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

Shades of Free Speech Green #0BF611

Tints of Free Speech Green #0BF611

Color information

#0BF611 (or 0x0BF611) is unknown color: approx Free Speech Green. HEX triplet: 0B, F6 and 11. RGB value is (11,246,17). Sum of RGB (Red+Green+Blue) = 11+246+17=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 246 (96.48% from 255 or 89.78% from 274); Blue value is 17 (7.03% from 255 or 6.20% from 274); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF611 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF611 is #F409EE. Grayscale: #969696. Windows color (decimal): -15993327 or 1177099. OLE color: 1177099.

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

Color convert

RGB1124617-
CMYK0.9600.930.04
HSL121.53º92.89%50.39%-
HSV(B)121.53º95.53%96.47%-
XYZ33.1966.0211.52-
YUV149.6353.1429.12-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 246 (96.48% from 255) = 89.78%
BLUE value IS 17 (7.03% from 255) = 6.20%
R=4.01%
G=89.78%
B=6.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11246170.9600.930.04121.5392.8950.39
HexBF6116005D47a5d32
Octal13366211400135417213562
Binary1011111101101000111000000101110110011110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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