#0BF612

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

Shades of Free Speech Green #0BF612

Tints of Free Speech Green #0BF612

Color information

#0BF612 (or 0x0BF612) is unknown color: approx Free Speech Green. HEX triplet: 0B, F6 and 12. RGB value is (11,246,18). Sum of RGB (Red+Green+Blue) = 11+246+18=275 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4% from 275); Green value is 246 (96.48% from 255 or 89.45% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0BF612 is #F409ED. Grayscale: #969696. Windows color (decimal): -15993326 or 1242635. OLE color: 1242635.

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

Color convert

RGB1124618-
CMYK0.9600.930.04
HSL121.79º92.89%50.39%-
HSV(B)121.79º95.53%96.47%-
XYZ33.266.0311.57-
YUV149.7453.6429.04-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4%
GREEN value IS 246 (96.48% from 255) = 89.45%
BLUE value IS 18 (7.42% from 255) = 6.55%
R=4%
G=89.45%
B=6.55%

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
Decimal11246180.9600.930.04121.7992.8950.39
HexBF6126005D47a5d32
Octal13366221400135417213562
Binary1011111101101001011000000101110110011110101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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