#ACAF99

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

Shades of Green Spring #ACAF99

Tints of Green Spring #ACAF99

Color information

#ACAF99 (or 0xACAF99) is unknown color: approx Green Spring. HEX triplet: AC, AF and 99. RGB value is (172,175,153). Sum of RGB (Red+Green+Blue) = 172+175+153=500 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.4% from 500); Green value is 175 (68.75% from 255 or 35% from 500); Blue value is 153 (60.16% from 255 or 30.6% from 500); Max value from RGB is 175 - color contains mainly: green. Hex color #ACAF99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACAF99 is #535066. Grayscale: #ABABAB. Windows color (decimal): -5460071 or 10071980. OLE color: 10071980.

HSL color Cylindrical-coordinate representation of color #ACAF99: hue angle of 68.18º degrees, saturation: 0.12, 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 #ACAF99 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB172175153-
CMYK0.0200.130.31
HSL68.18º12.09%64.31%-
HSV(B)68.18º12.57%68.63%-
XYZ38.0941.7336.18-
YUV171.6117.51128.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 34.4%
GREEN value IS 175 (68.75% from 255) = 35%
BLUE value IS 153 (60.16% from 255) = 30.6%
R=34.4%
G=35%
B=30.6%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1721751530.0200.130.3168.1812.0964.31
HexACAF9920D1F44c40
Octal25425723120153710414100
Binary101011001010111110011001100110111111100010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACAF99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACAF99; }

 p { color: rgb(172,175,153); }

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

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

 a { background-color: rgb(172,175,153); }

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

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

 span { border-color: rgb(172,175,153); }

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