#009266

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

Shades of Observatory #009266

Tints of Observatory #009266

Color information

#009266 (or 0x009266) is unknown color: approx Observatory. HEX triplet: 00, 92 and 66. RGB value is (0,146,102). Sum of RGB (Red+Green+Blue) = 0+146+102=248 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 248); Green value is 146 (57.42% from 255 or 58.87% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 146 - color contains mainly: green. Hex color #009266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009266 is #FF6D99. Grayscale: #616161. Windows color (decimal): -16739738 or 6722048. OLE color: 6722048.

HSL color Cylindrical-coordinate representation of color #009266: hue angle of 161.92º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009266 is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB0146102-
CMYK100.300.43
HSL161.92º100%28.63%-
HSV(B)161.92º100%57.25%-
XYZ12.6821.5216.06-
YUV97.33130.6358.58-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 146 (57.42% from 255) = 58.87%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=0%
G=58.87%
B=41.13%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal0146102100.300.43161.9210028.63
Hex092666401E2Ba2641d
Octal02221461440365324214435
Binary0100100101100110110010001111010101110100010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009266; }

 p { color: rgb(0,146,102); }

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

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

 a { background-color: rgb(0,146,102); }

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

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

 span { border-color: rgb(0,146,102); }

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