#A8AF98

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

Shades of Green Spring #A8AF98

Tints of Green Spring #A8AF98

Color information

#A8AF98 (or 0xA8AF98) is unknown color: approx Green Spring. HEX triplet: A8, AF and 98. RGB value is (168,175,152). Sum of RGB (Red+Green+Blue) = 168+175+152=495 (65% of max value = 765). Red value is 168 (66.02% from 255 or 33.94% from 495); Green value is 175 (68.75% from 255 or 35.35% from 495); Blue value is 152 (59.77% from 255 or 30.71% from 495); Max value from RGB is 175 - color contains mainly: green. Hex color #A8AF98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AF98 is #575067. Grayscale: #AAAAAA. Windows color (decimal): -5722216 or 10006440. OLE color: 10006440.

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

Color convert

RGB168175152-
CMYK0.0400.130.31
HSL78.26º12.57%64.12%-
HSV(B)78.26º13.14%68.63%-
XYZ37.1541.2535.71-
YUV170.28117.68126.37-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.94%
GREEN value IS 175 (68.75% from 255) = 35.35%
BLUE value IS 152 (59.77% from 255) = 30.71%
R=33.94%
G=35.35%
B=30.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1681751520.0400.130.3178.2612.5764.12
HexA8AF9840D1F4ed40
Octal25025723040153711615100
Binary1010100010101111100110001000110111111100111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8AF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8AF98; }

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

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

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

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

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

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

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

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