#0DC38A

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

Shades of Mountain Meadow #0DC38A

Tints of Mountain Meadow #0DC38A

Color information

#0DC38A (or 0x0DC38A) is unknown color: approx Mountain Meadow. HEX triplet: 0D, C3 and 8A. RGB value is (13,195,138). Sum of RGB (Red+Green+Blue) = 13+195+138=346 (45% of max value = 765). Red value is 13 (5.47% from 255 or 3.76% from 346); Green value is 195 (76.56% from 255 or 56.36% from 346); Blue value is 138 (54.30% from 255 or 39.88% from 346); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC38A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC38A is #F23C75. Grayscale: #868686. Windows color (decimal): -15875190 or 9093901. OLE color: 9093901.

HSL color Cylindrical-coordinate representation of color #0DC38A: hue angle of 161.21º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC38A is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB13195138-
CMYK0.9300.290.24
HSL161.21º87.5%40.78%-
HSV(B)161.21º93.33%76.47%-
XYZ24.2740.9530.67-
YUV134.08130.241.63-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.76%
GREEN value IS 195 (76.56% from 255) = 56.36%
BLUE value IS 138 (54.30% from 255) = 39.88%
R=3.76%
G=56.36%
B=39.88%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal131951380.9300.290.24161.2187.540.78
HexDC38A5D01D18a15829
Octal153032121350353024113051
Binary11011100001110001010101110101110111000101000011011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,195,138); }

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

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

 a { background-color: rgb(13,195,138); }

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

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

 span { border-color: rgb(13,195,138); }

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