#0A946A

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

Shades of Observatory #0A946A

Tints of Observatory #0A946A

Color information

#0A946A (or 0x0A946A) is unknown color: approx Observatory. HEX triplet: 0A, 94 and 6A. RGB value is (10,148,106). Sum of RGB (Red+Green+Blue) = 10+148+106=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 148 (58.20% from 255 or 56.06% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 148 - color contains mainly: green. Hex color #0A946A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A946A is #F56B95. Grayscale: #656565. Windows color (decimal): -16083862 or 6984714. OLE color: 6984714.

HSL color Cylindrical-coordinate representation of color #0A946A: hue angle of 161.74º 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 #0A946A is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB10148106-
CMYK0.9300.280.42
HSL161.74º87.34%30.98%-
HSV(B)161.74º93.24%58.04%-
XYZ13.3222.2817.24-
YUV101.95130.2862.42-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 148 (58.20% from 255) = 56.06%
BLUE value IS 106 (41.80% from 255) = 40.15%
R=3.79%
G=56.06%
B=40.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal101481060.9300.280.42161.7487.3430.98
HexA946A5D01C2Aa2571f
Octal122241521350345224212737
Binary1010100101001101010101110101110010101010100010101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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