#AFCDA1

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

Shades of Spring Rain #AFCDA1

Tints of Spring Rain #AFCDA1

Color information

#AFCDA1 (or 0xAFCDA1) is unknown color: approx Spring Rain. HEX triplet: AF, CD and A1. RGB value is (175,205,161). Sum of RGB (Red+Green+Blue) = 175+205+161=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 205 (80.47% from 255 or 37.89% from 541); Blue value is 161 (63.28% from 255 or 29.76% from 541); Max value from RGB is 205 - color contains mainly: green. Hex color #AFCDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFCDA1 is #50325E. Grayscale: #BFBFBF. Windows color (decimal): -5255775 or 10603951. OLE color: 10603951.

HSL color Cylindrical-coordinate representation of color #AFCDA1: hue angle of 100.91º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFCDA1 is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB175205161-
CMYK0.1500.210.20
HSL100.91º30.56%71.76%-
HSV(B)100.91º21.46%80.39%-
XYZ45.9455.3541.98-
YUV191.01111.06116.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.35%
GREEN value IS 205 (80.47% from 255) = 37.89%
BLUE value IS 161 (63.28% from 255) = 29.76%
R=32.35%
G=37.89%
B=29.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1752051610.1500.210.20100.9130.5671.76
HexAFCDA1F01514651f48
Octal257315241170252414537110
Binary1010111111001101101000011111010101101001100101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFCDA1; }

 p { color: rgb(175,205,161); }

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

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

 a { background-color: rgb(175,205,161); }

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

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

 span { border-color: rgb(175,205,161); }

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