#0F9C72

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

Shades of Free Speech Aquamarine #0F9C72

Tints of Free Speech Aquamarine #0F9C72

Color information

#0F9C72 (or 0x0F9C72) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9C and 72. RGB value is (15,156,114). Sum of RGB (Red+Green+Blue) = 15+156+114=285 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.26% from 285); Green value is 156 (61.33% from 255 or 54.74% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C72 is #F0638D. Grayscale: #6D6D6D. Windows color (decimal): -15754126 or 7511055. OLE color: 7511055.

HSL color Cylindrical-coordinate representation of color #0F9C72: hue angle of 162.13º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C72 is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB15156114-
CMYK0.9000.270.39
HSL162.13º82.46%33.53%-
HSV(B)162.13º90.38%61.18%-
XYZ15.1225.0919.97-
YUV109.05130.7960.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.26%
GREEN value IS 156 (61.33% from 255) = 54.74%
BLUE value IS 114 (44.92% from 255) = 40%
R=5.26%
G=54.74%
B=40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151561140.9000.270.39162.1382.4633.53
HexF9C725A01B27a25222
Octal172341621320334724212242
Binary11111001110011100101011010011011100111101000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,156,114); }

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

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

 a { background-color: rgb(15,156,114); }

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

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

 span { border-color: rgb(15,156,114); }

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