Html Css Color HEX #0E946E Observatory

📋 copy color: '#0E946E'

red 14 ◦ green 148 ◦ blue 110

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

Shades of Observatory #0E946E

Tints of Observatory #0E946E

RGB

 RED value IS 14 (5.86% from 255) = 5.15%

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

 BLUE value IS 110 (43.36% from 255) = 40.44%

R = 5.15%
G = 54.41%
B = 40.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#0E946E (or 0x0E946E) is known color: Observatory. HEX triplet: 0E, 94 and 6E. RGB value is (14,148,110). Sum of RGB (Red+Green+Blue) = 14+148+110=272 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.15% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 110 (43.36% from 255 or 40.44% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #0E946E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E946E is #F16B91. Grayscale: #676767. Windows color (decimal): -15821714 or 7246862. OLE color: 7246862.

HSL color Cylindrical-coordinate representation of color #0E946E: hue angle of 162.99º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E946E is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 14 148 110 -
CMYK 0.91 0 0.26 0.42
HSL 162.99º 0.83% 0.32% -
HSV(B) 162.99º 0.91% 0.58% -
XYZ 13.59 22.4 18.36 -
YUV 103.6 131.61 64.09 -
System Red Green Blue C M Y K H S L
Decimal 14 148 110 0.91 0 0.26 0.42 162.99 0.83 0.32
Hex E 94 6E 5B 0 1A 2A A3 53 20
Octal 16 224 156 133 0 32 52 243 123 40
Binary 1110 10010100 1101110 1011011 0 11010 101010 10100011 1010011 100000

Color Harmonies of #0E946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E946E

Black with #0E946E

Text Example


Text Example

White with #0E946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,148,110); }

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

background-color css

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

 a { background-color: rgb(14,148,110); }

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

border-color css

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

 span { border-color: rgb(14,148,110); }

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