Html Css Color HEX #0DC382 Mountain Meadow

📋 copy color: '#0DC382'

red 13 ◦ green 195 ◦ blue 130

#0DC382
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mountain Meadow #0DC382

Tints of Mountain Meadow #0DC382

RGB

 RED value IS 13 (5.47% from 255) = 3.85%

 GREEN value IS 195 (76.56% from 255) = 57.69%

 BLUE value IS 130 (51.17% from 255) = 38.46%

R = 3.85%
G = 57.69%
B = 38.46%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#0DC382 (or 0x0DC382) is known color: Mountain Meadow. HEX triplet: 0D, C3 and 82. RGB value is (13,195,130). Sum of RGB (Red+Green+Blue) = 13+195+130=338 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.85% from 338); Green value is 195 (76.56% from 255 or 57.69% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 195 - color contains mainly: green. Hex color #0DC382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0DC382 is #F23C7D. Grayscale: #858585. Windows color (decimal): -15875198 or 8569613. OLE color: 8569613.

HSL color Cylindrical-coordinate representation of color #0DC382: hue angle of 158.57º 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 #0DC382 is Cyan = 0.93, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 13 195 130 -
CMYK 0.93 0 0.33 0.24
HSL 158.57º 0.88% 0.41% -
HSV(B) 158.57º 0.93% 0.76% -
XYZ 23.71 40.73 27.73 -
YUV 133.17 126.2 42.29 -
System Red Green Blue C M Y K H S L
Decimal 13 195 130 0.93 0 0.33 0.24 158.57 0.88 0.41
Hex D C3 82 5D 0 21 18 9F 58 29
Octal 15 303 202 135 0 41 30 237 130 51
Binary 1101 11000011 10000010 1011101 0 100001 11000 10011111 1011000 101001

Color Harmonies of #0DC382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DC382

Black with #0DC382

Text Example


Text Example

White with #0DC382

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0DC382;
 }
 .AnyTagClassName
 {
   color: #0DC382;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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