Html Css Color HEX #0E946F Observatory

📋 copy color: '#0E946F'

red 14 ◦ green 148 ◦ blue 111

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

Shades of Observatory #0E946F

Tints of Observatory #0E946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 40.66%

R = 5.13%
G = 54.21%
B = 40.66%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#0E946F (or 0x0E946F) is known color: Observatory. HEX triplet: 0E, 94 and 6F. RGB value is (14,148,111). Sum of RGB (Red+Green+Blue) = 14+148+111=273 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.13% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 111 (43.75% from 255 or 40.66% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #0E946F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E946F is #F16B90. Grayscale: #676767. Windows color (decimal): -15821713 or 7312398. OLE color: 7312398.

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

Color convert

RGB 14 148 111 -
CMYK 0.91 0 0.25 0.42
HSL 163.43º 0.83% 0.32% -
HSV(B) 163.43º 0.91% 0.58% -
XYZ 13.64 22.42 18.65 -
YUV 103.72 132.11 64.01 -
System Red Green Blue C M Y K H S L
Decimal 14 148 111 0.91 0 0.25 0.42 163.43 0.83 0.32
Hex E 94 6F 5B 0 19 2A A3 53 20
Octal 16 224 157 133 0 31 52 243 123 40
Binary 1110 10010100 1101111 1011011 0 11001 101010 10100011 1010011 100000

Color Harmonies of #0E946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E946F

Black with #0E946F

Text Example


Text Example

White with #0E946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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