#0BF61C

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

Shades of Free Speech Green #0BF61C

Tints of Free Speech Green #0BF61C

Color information

#0BF61C (or 0x0BF61C) is unknown color: approx Free Speech Green. HEX triplet: 0B, F6 and 1C. RGB value is (11,246,28). Sum of RGB (Red+Green+Blue) = 11+246+28=285 (37% of max value = 765). Red value is 11 (4.69% from 255 or 3.86% from 285); Green value is 246 (96.48% from 255 or 86.32% from 285); Blue value is 28 (11.33% from 255 or 9.82% from 285); Max value from RGB is 246 - color contains mainly: green. Hex color #0BF61C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0BF61C is #F409E3. Grayscale: #979797. Windows color (decimal): -15993316 or 1897995. OLE color: 1897995.

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

Color convert

RGB1124628-
CMYK0.9600.890.04
HSL124.34º92.89%50.39%-
HSV(B)124.34º95.53%96.47%-
XYZ33.366.0712.1-
YUV150.8858.6428.23-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.86%
GREEN value IS 246 (96.48% from 255) = 86.32%
BLUE value IS 28 (11.33% from 255) = 9.82%
R=3.86%
G=86.32%
B=9.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal11246280.9600.890.04124.3492.8950.39
HexBF61C6005947c5d32
Octal13366341400131417413562
Binary1011111101101110011000000101100110011111001011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BF61C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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