Html Css Color HEX #10C382 Mountain Meadow

📋 copy color: '#10C382'

red 16 ◦ green 195 ◦ blue 130

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

Shades of Mountain Meadow #10C382

Tints of Mountain Meadow #10C382

RGB

 RED value IS 16 (6.64% from 255) = 4.69%

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

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

R = 4.69%
G = 57.18%
B = 38.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#10C382 (or 0x10C382) is known color: Mountain Meadow. HEX triplet: 10, C3 and 82. RGB value is (16,195,130). Sum of RGB (Red+Green+Blue) = 16+195+130=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 195 (76.56% from 255 or 57.18% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 195 - color contains mainly: green. Hex color #10C382 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C382 is #EF3C7D. Grayscale: #868686. Windows color (decimal): -15678590 or 8569616. OLE color: 8569616.

HSL color Cylindrical-coordinate representation of color #10C382: hue angle of 158.21º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10C382 is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 195 130 -
CMYK 0.92 0 0.33 0.24
HSL 158.21º 0.85% 0.41% -
HSV(B) 158.21º 0.92% 0.76% -
XYZ 23.76 40.75 27.73 -
YUV 134.07 125.7 43.79 -
System Red Green Blue C M Y K H S L
Decimal 16 195 130 0.92 0 0.33 0.24 158.21 0.85 0.41
Hex 10 C3 82 5C 0 21 18 9E 55 29
Octal 20 303 202 134 0 41 30 236 125 51
Binary 10000 11000011 10000010 1011100 0 100001 11000 10011110 1010101 101001

Color Harmonies of #10C382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C382

Black with #10C382

Text Example


Text Example

White with #10C382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10C382; }

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

 H1.HeaderClassName
 {
   color: #10C382;
 }
 .AnyTagClassName
 {
   color: #10C382;
 }
</style>

background-color css

<style>
 a { background-color: #10C382; }

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

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

border-color css

<style>
 span { border-color: #10C382; }

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

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