#ABCF9D

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

Shades of Spring Rain #ABCF9D

Tints of Spring Rain #ABCF9D

Color information

#ABCF9D (or 0xABCF9D) is unknown color: approx Spring Rain. HEX triplet: AB, CF and 9D. RGB value is (171,207,157). Sum of RGB (Red+Green+Blue) = 171+207+157=535 (70% of max value = 765). Red value is 171 (67.19% from 255 or 31.96% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 157 (61.72% from 255 or 29.35% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCF9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCF9D is #543062. Grayscale: #BEBEBE. Windows color (decimal): -5517411 or 10342315. OLE color: 10342315.

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

Color convert

RGB171207157-
CMYK0.1700.240.19
HSL103.2º34.25%71.37%-
HSV(B)103.2º24.15%81.18%-
XYZ45.1955.7240.27-
YUV190.54109.07114.07-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.96%
GREEN value IS 207 (81.25% from 255) = 38.69%
BLUE value IS 157 (61.72% from 255) = 29.35%
R=31.96%
G=38.69%
B=29.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071570.1700.240.19103.234.2571.37
HexABCF9D1101813672247
Octal253317235210302314742107
Binary101010111100111110011101100010110001001111001111000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCF9D; }

 p { color: rgb(171,207,157); }

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

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

 a { background-color: rgb(171,207,157); }

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

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

 span { border-color: rgb(171,207,157); }

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