#0A9F6F

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

Shades of Free Speech Aquamarine #0A9F6F

Tints of Free Speech Aquamarine #0A9F6F

Color information

#0A9F6F (or 0x0A9F6F) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0A, 9F and 6F. RGB value is (10,159,111). Sum of RGB (Red+Green+Blue) = 10+159+111=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 159 (62.5% from 255 or 56.79% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9F6F is #F56090. Grayscale: #6D6D6D. Windows color (decimal): -16081041 or 7315210. OLE color: 7315210.

HSL color Cylindrical-coordinate representation of color #0A9F6F: hue angle of 160.67º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F6F is Cyan = 0.94, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB10159111-
CMYK0.9400.300.38
HSL160.67º88.17%33.14%-
HSV(B)160.67º93.71%62.35%-
XYZ15.3926.0119.25-
YUV108.98129.1457.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 159 (62.5% from 255) = 56.79%
BLUE value IS 111 (43.75% from 255) = 39.64%
R=3.57%
G=56.79%
B=39.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101591110.9400.300.38160.6788.1733.14
HexA9F6F5E01E26a15821
Octal122371571360364624113041
Binary10101001111111011111011110011110100110101000011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,111); }

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

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

 a { background-color: rgb(10,159,111); }

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

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

 span { border-color: rgb(10,159,111); }

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