Html Css Color HEX #0A9472 Observatory

📋 copy color: '#0A9472'

red 10 ◦ green 148 ◦ blue 114

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

Shades of Observatory #0A9472

Tints of Observatory #0A9472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 41.91%

R = 3.68%
G = 54.41%
B = 41.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#0A9472 (or 0x0A9472) is known color: Observatory. HEX triplet: 0A, 94 and 72. RGB value is (10,148,114). Sum of RGB (Red+Green+Blue) = 10+148+114=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 114 (44.92% from 255 or 41.91% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #0A9472 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9472 is #F56B8D. Grayscale: #666666. Windows color (decimal): -16083854 or 7509002. OLE color: 7509002.

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

Color convert

RGB 10 148 114 -
CMYK 0.93 0 0.23 0.42
HSL 165.22º 0.87% 0.31% -
HSV(B) 165.22º 0.93% 0.58% -
XYZ 13.75 22.46 19.53 -
YUV 102.86 134.28 61.76 -
System Red Green Blue C M Y K H S L
Decimal 10 148 114 0.93 0 0.23 0.42 165.22 0.87 0.31
Hex A 94 72 5D 0 17 2A A5 57 1F
Octal 12 224 162 135 0 27 52 245 127 37
Binary 1010 10010100 1110010 1011101 0 10111 101010 10100101 1010111 11111

Color Harmonies of #0A9472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9472

Black with #0A9472

Text Example


Text Example

White with #0A9472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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