#10A283

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

Shades of Mountain Meadow #10A283

Tints of Mountain Meadow #10A283

Color information

#10A283 (or 0x10A283) is unknown color: approx Mountain Meadow. HEX triplet: 10, A2 and 83. RGB value is (16,162,131). Sum of RGB (Red+Green+Blue) = 16+162+131=309 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.18% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #10A283 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #10A283 is #EF5D7C. Grayscale: #727272. Windows color (decimal): -15687037 or 8626704. OLE color: 8626704.

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

Color convert

RGB16162131-
CMYK0.9000.190.36
HSL167.26º82.02%34.9%-
HSV(B)167.26º90.12%63.53%-
XYZ17.2327.5925.89-
YUV114.81137.1357.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 5.18%
GREEN value IS 162 (63.67% from 255) = 52.43%
BLUE value IS 131 (51.56% from 255) = 42.39%
R=5.18%
G=52.43%
B=42.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal161621310.9000.190.36167.2682.0234.9
Hex10A2835A01324a75223
Octal202422031320234424712243
Binary1000010100010100000111011010010011100100101001111010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10A283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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