Html Css Color HEX #0A9370 Observatory

📋 copy color: '#0A9370'

red 10 ◦ green 147 ◦ blue 112

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

Shades of Observatory #0A9370

Tints of Observatory #0A9370

RGB

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

 GREEN value IS 147 (57.81% from 255) = 54.65%

 BLUE value IS 112 (44.14% from 255) = 41.64%

R = 3.72%
G = 54.65%
B = 41.64%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#0A9370 (or 0x0A9370) is known color: Observatory. HEX triplet: 0A, 93 and 70. RGB value is (10,147,112). Sum of RGB (Red+Green+Blue) = 10+147+112=269 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.72% from 269); Green value is 147 (57.81% from 255 or 54.65% from 269); Blue value is 112 (44.14% from 255 or 41.64% from 269); Max value from RGB is 147 - color contains mainly: green. Hex color #0A9370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9370 is #F56C8F. Grayscale: #666666. Windows color (decimal): -16084112 or 7377674. OLE color: 7377674.

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

Color convert

RGB 10 147 112 -
CMYK 0.93 0 0.24 0.42
HSL 164.67º 0.87% 0.31% -
HSV(B) 164.67º 0.93% 0.58% -
XYZ 13.48 22.1 18.88 -
YUV 102.05 133.61 62.35 -
System Red Green Blue C M Y K H S L
Decimal 10 147 112 0.93 0 0.24 0.42 164.67 0.87 0.31
Hex A 93 70 5D 0 18 2A A5 57 1F
Octal 12 223 160 135 0 30 52 245 127 37
Binary 1010 10010011 1110000 1011101 0 11000 101010 10100101 1010111 11111

Color Harmonies of #0A9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9370

Black with #0A9370

Text Example


Text Example

White with #0A9370

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,112); }

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

background-color css

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

 a { background-color: rgb(10,147,112); }

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

border-color css

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

 span { border-color: rgb(10,147,112); }

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