#0B966A

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

Shades of Free Speech Aquamarine #0B966A

Tints of Free Speech Aquamarine #0B966A

Color information

#0B966A (or 0x0B966A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0B, 96 and 6A. RGB value is (11,150,106). Sum of RGB (Red+Green+Blue) = 11+150+106=267 (35% of max value = 765). Red value is 11 (4.69% from 255 or 4.12% from 267); Green value is 150 (58.98% from 255 or 56.18% from 267); Blue value is 106 (41.80% from 255 or 39.70% from 267); Max value from RGB is 150 - color contains mainly: green. Hex color #0B966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0B966A is #F46995. Grayscale: #676767. Windows color (decimal): -16017814 or 6985227. OLE color: 6985227.

HSL color Cylindrical-coordinate representation of color #0B966A: hue angle of 161.01º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B966A is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB11150106-
CMYK0.9300.290.41
HSL161.01º86.34%31.57%-
HSV(B)161.01º92.67%58.82%-
XYZ13.6522.9217.34-
YUV103.42129.4562.08-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.12%
GREEN value IS 150 (58.98% from 255) = 56.18%
BLUE value IS 106 (41.80% from 255) = 39.70%
R=4.12%
G=56.18%
B=39.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal111501060.9300.290.41161.0186.3431.57
HexB966A5D01D29a15620
Octal132261521350355124112640
Binary10111001011011010101011101011101101001101000011010110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,150,106); }

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

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

 a { background-color: rgb(11,150,106); }

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

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

 span { border-color: rgb(11,150,106); }

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