#0EB17A

Color #0EB17A Mountain Meadow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mountain Meadow #0EB17A

Tints of Mountain Meadow #0EB17A

Color information

#0EB17A (or 0x0EB17A) is unknown color: approx Mountain Meadow. HEX triplet: 0E, B1 and 7A. RGB value is (14,177,122). Sum of RGB (Red+Green+Blue) = 14+177+122=313 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.47% from 313); Green value is 177 (69.53% from 255 or 56.55% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB17A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB17A is #F14E85. Grayscale: #7A7A7A. Windows color (decimal): -15814278 or 8040718. OLE color: 8040718.

HSL color Cylindrical-coordinate representation of color #0EB17A: hue angle of 159.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB17A is Cyan = 0.92, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB14177122-
CMYK0.9200.310.31
HSL159.75º85.34%37.45%-
HSV(B)159.75º92.09%69.41%-
XYZ19.4232.9423.75-
YUV121.9912850.97-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.47%
GREEN value IS 177 (69.53% from 255) = 56.55%
BLUE value IS 122 (48.05% from 255) = 38.98%
R=4.47%
G=56.55%
B=38.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141771220.9200.310.31159.7585.3437.45
HexEB17A5C01F1Fa05525
Octal162611721340373724012545
Binary1110101100011111010101110001111111111101000001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EB17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,177,122); }

 H1.HeaderClassName
 {
   color: #0EB17A;
 }
 .AnyTagClassName
 {
   color: #0EB17A;
 }
</style>
background-color css

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

 a { background-color: rgb(14,177,122); }

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

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

 span { border-color: rgb(14,177,122); }

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