#A7CDA0

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

Shades of Spring Rain #A7CDA0

Tints of Spring Rain #A7CDA0

Color information

#A7CDA0 (or 0xA7CDA0) is unknown color: approx Spring Rain. HEX triplet: A7, CD and A0. RGB value is (167,205,160). Sum of RGB (Red+Green+Blue) = 167+205+160=532 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.39% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 160 (62.89% from 255 or 30.08% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #A7CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CDA0 is #58325F. Grayscale: #BCBCBC. Windows color (decimal): -5780064 or 10538407. OLE color: 10538407.

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

Color convert

RGB167205160-
CMYK0.1900.220.20
HSL110.67º31.03%71.57%-
HSV(B)110.67º21.95%80.39%-
XYZ44.1154.4241.44-
YUV188.51111.91112.66-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.39%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 160 (62.89% from 255) = 30.08%
R=31.39%
G=38.53%
B=30.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672051600.1900.220.20110.6731.0371.57
HexA7CDA013016146f1f48
Octal247315240230262415737110
Binary10100111110011011010000010011010110101001101111111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CDA0; }

 p { color: rgb(167,205,160); }

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

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

 a { background-color: rgb(167,205,160); }

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

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

 span { border-color: rgb(167,205,160); }

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