#0DC081

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

Shades of Mountain Meadow #0DC081

Tints of Mountain Meadow #0DC081

Color information

#0DC081 (or 0x0DC081) is unknown color: approx Mountain Meadow. HEX triplet: 0D, C0 and 81. RGB value is (13,192,129). Sum of RGB (Red+Green+Blue) = 13+192+129=334 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.89% from 334); Green value is 192 (75.39% from 255 or 57.49% from 334); Blue value is 129 (50.78% from 255 or 38.62% from 334); Max value from RGB is 192 - color contains mainly: green. Hex color #0DC081 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC081 is #F23F7E. Grayscale: #838383. Windows color (decimal): -15875967 or 8503309. OLE color: 8503309.

HSL color Cylindrical-coordinate representation of color #0DC081: hue angle of 158.88º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0DC081 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB13192129-
CMYK0.9300.330.25
HSL158.88º87.32%40.2%-
HSV(B)158.88º93.23%75.29%-
XYZ22.9839.3727.16-
YUV131.3126.743.62-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 3.89%
GREEN value IS 192 (75.39% from 255) = 57.49%
BLUE value IS 129 (50.78% from 255) = 38.62%
R=3.89%
G=57.49%
B=38.62%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal131921290.9300.330.25158.8887.3240.2
HexDC0815D021199f5728
Octal153002011350413123712750
Binary110111000000100000011011101010000111001100111111010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0DC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,192,129); }

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

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

 a { background-color: rgb(13,192,129); }

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

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

 span { border-color: rgb(13,192,129); }

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