#A8AF93

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

Shades of Green Spring #A8AF93

Tints of Green Spring #A8AF93

Color information

#A8AF93 (or 0xA8AF93) is unknown color: approx Green Spring. HEX triplet: A8, AF and 93. RGB value is (168,175,147). Sum of RGB (Red+Green+Blue) = 168+175+147=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 147 (57.81% from 255 or 30% from 490); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF93 is #57506C. Grayscale: #A9A9A9. Windows color (decimal): -5722221 or 9678760. OLE color: 9678760.

HSL color Cylindrical-coordinate representation of color #A8AF93: hue angle of 75º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8AF93 is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB168175147-
CMYK0.0400.160.31
HSL75º14.89%63.14%-
HSV(B)75º16%68.63%-
XYZ36.7441.0933.6-
YUV169.72115.18126.78-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 34.29%
GREEN value IS 175 (68.75% from 255) = 35.71%
BLUE value IS 147 (57.81% from 255) = 30%
R=34.29%
G=35.71%
B=30%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751470.0400.160.317514.8963.14
HexA8AF9340101F4bf3f
Octal2502572234020371131777
Binary1010100010101111100100111000100001111110010111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF93; }

 p { color: rgb(168,175,147); }

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

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

 a { background-color: rgb(168,175,147); }

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

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

 span { border-color: rgb(168,175,147); }

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