Html Css Color HEX #0A9274 Observatory

📋 copy color: '#0A9274'

red 10 ◦ green 146 ◦ blue 116

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

Shades of Observatory #0A9274

Tints of Observatory #0A9274

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.68%

 BLUE value IS 116 (45.7% from 255) = 42.65%

R = 3.68%
G = 53.68%
B = 42.65%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#0A9274 (or 0x0A9274) is known color: Observatory. HEX triplet: 0A, 92 and 74. RGB value is (10,146,116). Sum of RGB (Red+Green+Blue) = 10+146+116=272 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.68% from 272); Green value is 146 (57.42% from 255 or 53.68% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9274 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9274 is #F56D8B. Grayscale: #656565. Windows color (decimal): -16084364 or 7639562. OLE color: 7639562.

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

Color convert

RGB 10 146 116 -
CMYK 0.93 0 0.21 0.43
HSL 166.76º 0.87% 0.31% -
HSV(B) 166.76º 0.93% 0.57% -
XYZ 13.56 21.88 20.03 -
YUV 101.92 135.94 62.44 -
System Red Green Blue C M Y K H S L
Decimal 10 146 116 0.93 0 0.21 0.43 166.76 0.87 0.31
Hex A 92 74 5D 0 15 2B A7 57 1F
Octal 12 222 164 135 0 25 53 247 127 37
Binary 1010 10010010 1110100 1011101 0 10101 101011 10100111 1010111 11111

Color Harmonies of #0A9274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9274

Black with #0A9274

Text Example


Text Example

White with #0A9274

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,146,116); }

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

background-color css

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

 a { background-color: rgb(10,146,116); }

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

border-color css

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

 span { border-color: rgb(10,146,116); }

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