#0DCC7A

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

Shades of Mountain Meadow #0DCC7A

Tints of Mountain Meadow #0DCC7A

Color information

#0DCC7A (or 0x0DCC7A) is unknown color: approx Mountain Meadow. HEX triplet: 0D, CC and 7A. RGB value is (13,204,122). Sum of RGB (Red+Green+Blue) = 13+204+122=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 204 (80.08% from 255 or 60.18% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 204 - color contains mainly: green. Hex color #0DCC7A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DCC7A is #F23385. Grayscale: #898989. Windows color (decimal): -15872902 or 8047629. OLE color: 8047629.

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

Color convert

RGB13204122-
CMYK0.9400.400.2
HSL154.24º88.02%42.55%-
HSV(B)154.24º93.63%80%-
XYZ25.2744.6825.7-
YUV137.54119.2239.17-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.83%
GREEN value IS 204 (80.08% from 255) = 60.18%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=3.83%
G=60.18%
B=35.99%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal132041220.9400.400.2154.2488.0242.55
HexDCC7A5E028149a582b
Octal153141721360502423213053
Binary11011100110011110101011110010100010100100110101011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DCC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,204,122); }

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

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

 a { background-color: rgb(13,204,122); }

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

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

 span { border-color: rgb(13,204,122); }

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