#A8CDA1

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

Shades of Spring Rain #A8CDA1

Tints of Spring Rain #A8CDA1

Color information

#A8CDA1 (or 0xA8CDA1) is unknown color: approx Spring Rain. HEX triplet: A8, CD and A1. RGB value is (168,205,161). Sum of RGB (Red+Green+Blue) = 168+205+161=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA1 is #57325E. Grayscale: #BDBDBD. Windows color (decimal): -5714527 or 10603944. OLE color: 10603944.

HSL color Cylindrical-coordinate representation of color #A8CDA1: hue angle of 110.45º 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 #A8CDA1 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB168205161-
CMYK0.1800.210.20
HSL110.45º30.56%71.76%-
HSV(B)110.45º21.46%80.39%-
XYZ44.4154.5641.91-
YUV188.92112.24113.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.46%
GREEN value IS 205 (80.47% from 255) = 38.39%
BLUE value IS 161 (63.28% from 255) = 30.15%
R=31.46%
G=38.39%
B=30.15%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051610.1800.210.20110.4530.5671.76
HexA8CDA112015146e1f48
Octal250315241220252415637110
Binary10101000110011011010000110010010101101001101110111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CDA1; }

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

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

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

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

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

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

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

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