Html Css Color HEX #0E946D Observatory

📋 copy color: '#0E946D'

red 14 ◦ green 148 ◦ blue 109

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

Shades of Observatory #0E946D

Tints of Observatory #0E946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.22%

R = 5.17%
G = 54.61%
B = 40.22%

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

#0E946D (or 0x0E946D) is known color: Observatory. HEX triplet: 0E, 94 and 6D. RGB value is (14,148,109). Sum of RGB (Red+Green+Blue) = 14+148+109=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 148 (58.20% from 255 or 54.61% from 271); Blue value is 109 (42.97% from 255 or 40.22% from 271); Max value from RGB is 148 - color contains mainly: green. Hex color #0E946D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E946D is #F16B92. Grayscale: #676767. Windows color (decimal): -15821715 or 7181326. OLE color: 7181326.

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

Color convert

RGB 14 148 109 -
CMYK 0.91 0 0.26 0.42
HSL 162.54º 0.83% 0.32% -
HSV(B) 162.54º 0.91% 0.58% -
XYZ 13.53 22.38 18.07 -
YUV 103.49 131.11 64.17 -
System Red Green Blue C M Y K H S L
Decimal 14 148 109 0.91 0 0.26 0.42 162.54 0.83 0.32
Hex E 94 6D 5B 0 1A 2A A3 53 20
Octal 16 224 155 133 0 32 52 243 123 40
Binary 1110 10010100 1101101 1011011 0 11010 101010 10100011 1010011 100000

Color Harmonies of #0E946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E946D

Black with #0E946D

Text Example


Text Example

White with #0E946D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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