Html Css Color HEX #10C083 Mountain Meadow

📋 copy color: '#10C083'

red 16 ◦ green 192 ◦ blue 131

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

Shades of Mountain Meadow #10C083

Tints of Mountain Meadow #10C083

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.64%

 BLUE value IS 131 (51.56% from 255) = 38.64%

R = 4.72%
G = 56.64%
B = 38.64%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#10C083 (or 0x10C083) is known color: Mountain Meadow. HEX triplet: 10, C0 and 83. RGB value is (16,192,131). Sum of RGB (Red+Green+Blue) = 16+192+131=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 192 (75.39% from 255 or 56.64% from 339); Blue value is 131 (51.56% from 255 or 38.64% from 339); Max value from RGB is 192 - color contains mainly: green. Hex color #10C083 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C083 is #EF3F7C. Grayscale: #848484. Windows color (decimal): -15679357 or 8634384. OLE color: 8634384.

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

Color convert

RGB 16 192 131 -
CMYK 0.92 0 0.32 0.25
HSL 159.2º 0.85% 0.41% -
HSV(B) 159.2º 0.92% 0.75% -
XYZ 23.16 39.45 27.87 -
YUV 132.42 127.19 44.96 -
System Red Green Blue C M Y K H S L
Decimal 16 192 131 0.92 0 0.32 0.25 159.2 0.85 0.41
Hex 10 C0 83 5C 0 20 19 9F 55 29
Octal 20 300 203 134 0 40 31 237 125 51
Binary 10000 11000000 10000011 1011100 0 100000 11001 10011111 1010101 101001

Color Harmonies of #10C083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C083

Black with #10C083

Text Example


Text Example

White with #10C083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,192,131); }

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

background-color css

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

 a { background-color: rgb(16,192,131); }

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

border-color css

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

 span { border-color: rgb(16,192,131); }

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