#0DBA78

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

Shades of Mountain Meadow #0DBA78

Tints of Mountain Meadow #0DBA78

Color information

#0DBA78 (or 0x0DBA78) is unknown color: approx Mountain Meadow. HEX triplet: 0D, BA and 78. RGB value is (13,186,120). Sum of RGB (Red+Green+Blue) = 13+186+120=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 186 (73.05% from 255 or 58.31% from 319); Blue value is 120 (47.27% from 255 or 37.62% from 319); Max value from RGB is 186 - color contains mainly: green. Hex color #0DBA78 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DBA78 is #F24587. Grayscale: #7E7E7E. Windows color (decimal): -15877512 or 7911949. OLE color: 7911949.

HSL color Cylindrical-coordinate representation of color #0DBA78: hue angle of 157.11º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DBA78 is Cyan = 0.93, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB13186120-
CMYK0.9300.350.27
HSL157.11º86.93%39.02%-
HSV(B)157.11º93.01%72.94%-
XYZ21.1236.5623.71-
YUV126.75124.1946.87-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.08%
GREEN value IS 186 (73.05% from 255) = 58.31%
BLUE value IS 120 (47.27% from 255) = 37.62%
R=4.08%
G=58.31%
B=37.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal131861200.9300.350.27157.1186.9339.02
HexDBA785D0231B9d5727
Octal152721701350433323512747
Binary11011011101011110001011101010001111011100111011010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DBA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,186,120); }

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

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

 a { background-color: rgb(13,186,120); }

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

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

 span { border-color: rgb(13,186,120); }

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