Html Css Color HEX #0A956A Observatory

📋 copy color: '#0A956A'

red 10 ◦ green 149 ◦ blue 106

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

Shades of Observatory #0A956A

Tints of Observatory #0A956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 56.23%

 BLUE value IS 106 (41.8% from 255) = 40%

R = 3.77%
G = 56.23%
B = 40%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#0A956A (or 0x0A956A) is known color: Observatory. HEX triplet: 0A, 95 and 6A. RGB value is (10,149,106). Sum of RGB (Red+Green+Blue) = 10+149+106=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 149 (58.59% from 255 or 56.23% from 265); Blue value is 106 (41.80% from 255 or 40% from 265); Max value from RGB is 149 - color contains mainly: green. Hex color #0A956A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A956A is #F56A95. Grayscale: #666666. Windows color (decimal): -16083606 or 6984970. OLE color: 6984970.

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

Color convert

RGB 10 149 106 -
CMYK 0.93 0 0.29 0.42
HSL 161.44º 0.87% 0.31% -
HSV(B) 161.44º 0.93% 0.58% -
XYZ 13.47 22.6 17.29 -
YUV 102.54 129.95 62 -
System Red Green Blue C M Y K H S L
Decimal 10 149 106 0.93 0 0.29 0.42 161.44 0.87 0.31
Hex A 95 6A 5D 0 1D 2A A1 57 1F
Octal 12 225 152 135 0 35 52 241 127 37
Binary 1010 10010101 1101010 1011101 0 11101 101010 10100001 1010111 11111

Color Harmonies of #0A956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A956A

Black with #0A956A

Text Example


Text Example

White with #0A956A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,149,106); }

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

background-color css

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

 a { background-color: rgb(10,149,106); }

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

border-color css

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

 span { border-color: rgb(10,149,106); }

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