#0FA577

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

Shades of Free Speech Aquamarine #0FA577

Tints of Free Speech Aquamarine #0FA577

Color information

#0FA577 (or 0x0FA577) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A5 and 77. RGB value is (15,165,119). Sum of RGB (Red+Green+Blue) = 15+165+119=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 165 (64.84% from 255 or 55.18% from 299); Blue value is 119 (46.88% from 255 or 39.80% from 299); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA577 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA577 is #F05A88. Grayscale: #727272. Windows color (decimal): -15751817 or 7841039. OLE color: 7841039.

HSL color Cylindrical-coordinate representation of color #0FA577: hue angle of 161.6º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA577 is Cyan = 0.91, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB15165119-
CMYK0.9100.280.35
HSL161.6º83.33%35.29%-
HSV(B)161.6º90.91%64.71%-
XYZ16.9828.3422.03-
YUV114.91130.356.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 165 (64.84% from 255) = 55.18%
BLUE value IS 119 (46.88% from 255) = 39.80%
R=5.02%
G=55.18%
B=39.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151651190.9100.280.35161.683.3335.29
HexFA5775B01C23a25323
Octal172451671330344324212343
Binary11111010010111101111011011011100100011101000101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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