#10A784

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

Shades of Mountain Meadow #10A784

Tints of Mountain Meadow #10A784

Color information

#10A784 (or 0x10A784) is unknown color: approx Mountain Meadow. HEX triplet: 10, A7 and 84. RGB value is (16,167,132). Sum of RGB (Red+Green+Blue) = 16+167+132=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 167 (65.62% from 255 or 53.02% from 315); Blue value is 132 (51.95% from 255 or 41.90% from 315); Max value from RGB is 167 - color contains mainly: green. Hex color #10A784 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A784 is #EF587B. Grayscale: #757575. Windows color (decimal): -15685756 or 8693520. OLE color: 8693520.

HSL color Cylindrical-coordinate representation of color #10A784: hue angle of 166.09º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A784 is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.35.

Color convert

RGB16167132-
CMYK0.9000.210.35
HSL166.09º82.51%35.88%-
HSV(B)166.09º90.42%65.49%-
XYZ18.229.4126.55-
YUV117.86135.9755.35-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.08%
GREEN value IS 167 (65.62% from 255) = 53.02%
BLUE value IS 132 (51.95% from 255) = 41.90%
R=5.08%
G=53.02%
B=41.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal161671320.9000.210.35166.0982.5135.88
Hex10A7845A01523a65324
Octal202472041320254324612344
Binary1000010100111100001001011010010101100011101001101010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,167,132); }

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

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

 a { background-color: rgb(16,167,132); }

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

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

 span { border-color: rgb(16,167,132); }

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