Html Css Color HEX #0A9476 Observatory

📋 copy color: '#0A9476'

red 10 ◦ green 148 ◦ blue 118

#0A9476
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Observatory #0A9476

Tints of Observatory #0A9476

RGB

 RED value IS 10 (4.3% from 255) = 3.62%

 GREEN value IS 148 (58.2% from 255) = 53.62%

 BLUE value IS 118 (46.48% from 255) = 42.75%

R = 3.62%
G = 53.62%
B = 42.75%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#0A9476 (or 0x0A9476) is known color: Observatory. HEX triplet: 0A, 94 and 76. RGB value is (10,148,118). Sum of RGB (Red+Green+Blue) = 10+148+118=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 148 (58.20% from 255 or 53.62% from 276); Blue value is 118 (46.48% from 255 or 42.75% from 276); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9476 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9476 is #F56B89. Grayscale: #676767. Windows color (decimal): -16083850 or 7771146. OLE color: 7771146.

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

Color convert

RGB 10 148 118 -
CMYK 0.93 0 0.20 0.42
HSL 166.96º 0.87% 0.31% -
HSV(B) 166.96º 0.93% 0.58% -
XYZ 13.99 22.55 20.76 -
YUV 103.32 136.28 61.44 -
System Red Green Blue C M Y K H S L
Decimal 10 148 118 0.93 0 0.20 0.42 166.96 0.87 0.31
Hex A 94 76 5D 0 14 2A A7 57 1F
Octal 12 224 166 135 0 24 52 247 127 37
Binary 1010 10010100 1110110 1011101 0 10100 101010 10100111 1010111 11111

Color Harmonies of #0A9476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9476

Black with #0A9476

Text Example


Text Example

White with #0A9476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0A9476;
 }
 .AnyTagClassName
 {
   color: #0A9476;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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