#0F9477

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

Shades of Free Speech Aquamarine #0F9477

Tints of Free Speech Aquamarine #0F9477

Color information

#0F9477 (or 0x0F9477) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 94 and 77. RGB value is (15,148,119). Sum of RGB (Red+Green+Blue) = 15+148+119=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 148 (58.20% from 255 or 52.48% from 282); Blue value is 119 (46.88% from 255 or 42.20% from 282); Max value from RGB is 148 - color contains mainly: green. Hex color #0F9477 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9477 is #F06B88. Grayscale: #686868. Windows color (decimal): -15756169 or 7836687. OLE color: 7836687.

HSL color Cylindrical-coordinate representation of color #0F9477: hue angle of 166.92º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9477 is Cyan = 0.90, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB15148119-
CMYK0.9000.200.42
HSL166.92º81.6%31.96%-
HSV(B)166.92º89.86%58.04%-
XYZ14.1222.6121.07-
YUV104.93135.9463.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 148 (58.20% from 255) = 52.48%
BLUE value IS 119 (46.88% from 255) = 42.20%
R=5.32%
G=52.48%
B=42.20%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151481190.9000.200.42166.9281.631.96
HexF94775A0142Aa75220
Octal172241671320245224712240
Binary11111001010011101111011010010100101010101001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,148,119); }

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

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

 a { background-color: rgb(15,148,119); }

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

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

 span { border-color: rgb(15,148,119); }

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