#A8B18E

Color #A8B18E Green Spring (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Spring #A8B18E

Tints of Green Spring #A8B18E

Color information

#A8B18E (or 0xA8B18E) is unknown color: approx Green Spring. HEX triplet: A8, B1 and 8E. RGB value is (168,177,142). Sum of RGB (Red+Green+Blue) = 168+177+142=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 177 (69.53% from 255 or 36.34% from 487); Blue value is 142 (55.86% from 255 or 29.16% from 487); Max value from RGB is 177 - color contains mainly: green. Hex color #A8B18E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8B18E is #574E71. Grayscale: #AAAAAA. Windows color (decimal): -5721714 or 9351592. OLE color: 9351592.

HSL color Cylindrical-coordinate representation of color #A8B18E: hue angle of 75.43º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8B18E is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB168177142-
CMYK0.0500.200.31
HSL75.43º18.32%62.55%-
HSV(B)75.43º19.77%69.41%-
XYZ36.7541.7231.71-
YUV170.32112.02126.35-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.50%
GREEN value IS 177 (69.53% from 255) = 36.34%
BLUE value IS 142 (55.86% from 255) = 29.16%
R=34.50%
G=36.34%
B=29.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681771420.0500.200.3175.4318.3262.55
HexA8B18E50141F4b123f
Octal2502612165024371132277
Binary10101000101100011000111010101010011111100101110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B18E; }

 p { color: rgb(168,177,142); }

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

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

 a { background-color: rgb(168,177,142); }

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

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

 span { border-color: rgb(168,177,142); }

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