#0dcf79

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

Shades of Mountain Meadow #0DCF79

Tints of Mountain Meadow #0DCF79

Color information

#0DCF79 (or 0x0DCF79) is unknown color: approx Mountain Meadow. HEX triplet: 0D, CF and 79. RGB value is (13,207,121). Sum of RGB (Red+Green+Blue) = 13+207+121=341 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.81% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #0DCF79 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCF79 is #F23086. Grayscale: #8B8B8B. Windows color (decimal): -15872135 or 7982861. OLE color: 7982861.

HSL color Cylindrical-coordinate representation of color #0DCF79: hue angle of 153.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DCF79 is Cyan = 0.94, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB13207121-
CMYK0.9400.420.19
HSL153.4º88.18%43.14%-
HSV(B)153.4º93.72%81.18%-
XYZ25.9346.0925.62-
YUV139.19117.7337.99-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.81%
GREEN value IS 207 (81.25% from 255) = 60.70%
BLUE value IS 121 (47.66% from 255) = 35.48%
R=3.81%
G=60.70%
B=35.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal132071210.9400.420.19153.488.1843.14
HexDCF795E02A1399582b
Octal153171711360522323113053
Binary11011100111111110011011110010101010011100110011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0dcf79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,207,121); }

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

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

 a { background-color: rgb(13,207,121); }

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

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

 span { border-color: rgb(13,207,121); }

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