#0A9471

Color #0A9471 Observatory (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Observatory #0A9471

Tints of Observatory #0A9471

Color information

#0A9471 (or 0x0A9471) is unknown color: approx Observatory. HEX triplet: 0A, 94 and 71. RGB value is (10,148,113). Sum of RGB (Red+Green+Blue) = 10+148+113=271 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.69% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9471 is #F56B8E. Grayscale: #666666. Windows color (decimal): -16083855 or 7443466. OLE color: 7443466.

HSL color Cylindrical-coordinate representation of color #0A9471: hue angle of 164.78º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9471 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB10148113-
CMYK0.9300.240.42
HSL164.78º87.34%30.98%-
HSV(B)164.78º93.24%58.04%-
XYZ13.722.4419.23-
YUV102.75133.7861.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.69%
GREEN value IS 148 (58.20% from 255) = 54.61%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=3.69%
G=54.61%
B=41.70%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101481130.9300.240.42164.7887.3430.98
HexA94715D0182Aa5571f
Octal122241611350305224512737
Binary1010100101001110001101110101100010101010100101101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,113); }

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

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

 a { background-color: rgb(10,148,113); }

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

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

 span { border-color: rgb(10,148,113); }

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