#0BF610

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

Shades of Free Speech Green #0BF610

Tints of Free Speech Green #0BF610

Color information

#0BF610 (or 0x0BF610) is unknown color: approx Free Speech Green. HEX triplet: 0B, F6 and 10. RGB value is (11,246,16). Sum of RGB (Red+Green+Blue) = 11+246+16=273 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.03% from 273); Green value is 246 (96.48% from 255 or 90.11% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF610 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF610 is #F409EF. Grayscale: #969696. Windows color (decimal): -15993328 or 1111563. OLE color: 1111563.

HSL color Cylindrical-coordinate representation of color #0BF610: hue angle of 121.28º 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 #0BF610 is Cyan = 0.96, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB1124616-
CMYK0.9600.930.04
HSL121.28º92.89%50.39%-
HSV(B)121.28º95.53%96.47%-
XYZ33.1966.0211.48-
YUV149.5152.6429.2-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.03%
GREEN value IS 246 (96.48% from 255) = 90.11%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=4.03%
G=90.11%
B=5.86%

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
Decimal11246160.9600.930.04121.2892.8950.39
HexBF6106005D4795d32
Octal13366201400135417113562
Binary1011111101101000011000000101110110011110011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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