#AACF9A

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

Shades of Spring Rain #AACF9A

Tints of Spring Rain #AACF9A

Color information

#AACF9A (or 0xAACF9A) is unknown color: approx Spring Rain. HEX triplet: AA, CF and 9A. RGB value is (170,207,154). Sum of RGB (Red+Green+Blue) = 170+207+154=531 (70% of max value = 765). Red value is 170 (66.80% from 255 or 32.02% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 154 (60.55% from 255 or 29.00% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #AACF9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACF9A is #553065. Grayscale: #BEBEBE. Windows color (decimal): -5582950 or 10145706. OLE color: 10145706.

HSL color Cylindrical-coordinate representation of color #AACF9A: hue angle of 101.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AACF9A is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.19.

Color convert

RGB170207154-
CMYK0.1800.260.19
HSL101.89º35.57%70.78%-
HSV(B)101.89º25.6%81.18%-
XYZ44.7255.538.93-
YUV189.9107.74113.81-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 32.02%
GREEN value IS 207 (81.25% from 255) = 38.98%
BLUE value IS 154 (60.55% from 255) = 29.00%
R=32.02%
G=38.98%
B=29.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1702071540.1800.260.19101.8935.5770.78
HexAACF9A1201A13662447
Octal252317232220322314644107
Binary101010101100111110011010100100110101001111001101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AACF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AACF9A; }

 p { color: rgb(170,207,154); }

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

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

 a { background-color: rgb(170,207,154); }

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

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

 span { border-color: rgb(170,207,154); }

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