Html Css Color HEX #10C090 Mountain Meadow

📋 copy color: '#10C090'

red 16 ◦ green 192 ◦ blue 144

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

Shades of Mountain Meadow #10C090

Tints of Mountain Meadow #10C090

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 4.55%
G = 54.55%
B = 40.91%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#10C090 (or 0x10C090) is known color: Mountain Meadow. HEX triplet: 10, C0 and 90. RGB value is (16,192,144). Sum of RGB (Red+Green+Blue) = 16+192+144=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 192 (75.39% from 255 or 54.55% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 192 - color contains mainly: green. Hex color #10C090 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #10C090 is #EF3F6F. Grayscale: #858585. Windows color (decimal): -15679344 or 9486352. OLE color: 9486352.

HSL color Cylindrical-coordinate representation of color #10C090: hue angle of 163.64º 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 #10C090 is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 192 144 -
CMYK 0.92 0 0.25 0.25
HSL 163.64º 0.85% 0.41% -
HSV(B) 163.64º 0.92% 0.75% -
XYZ 24.1 39.82 32.8 -
YUV 133.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 16 192 144 0.92 0 0.25 0.25 163.64 0.85 0.41
Hex 10 C0 90 5C 0 19 19 A4 55 29
Octal 20 300 220 134 0 31 31 244 125 51
Binary 10000 11000000 10010000 1011100 0 11001 11001 10100100 1010101 101001

Color Harmonies of #10C090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C090

Black with #10C090

Text Example


Text Example

White with #10C090

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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