#A2CD9E

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

Shades of Spring Rain #A2CD9E

Tints of Spring Rain #A2CD9E

Color information

#A2CD9E (or 0xA2CD9E) is unknown color: approx Spring Rain. HEX triplet: A2, CD and 9E. RGB value is (162,205,158). Sum of RGB (Red+Green+Blue) = 162+205+158=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 158 (62.11% from 255 or 30.10% from 525); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CD9E is #5D3261. Grayscale: #BABABA. Windows color (decimal): -6107746 or 10407330. OLE color: 10407330.

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

Color convert

RGB162205158-
CMYK0.2100.230.20
HSL114.89º31.97%71.18%-
HSV(B)114.89º22.93%80.39%-
XYZ42.953.8140.47-
YUV186.78111.75110.32-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 205 (80.47% from 255) = 39.05%
BLUE value IS 158 (62.11% from 255) = 30.10%
R=30.86%
G=39.05%
B=30.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1622051580.2100.230.20114.8931.9771.18
HexA2CD9E1501714732047
Octal242315236250272416340107
Binary101000101100110110011110101010101111010011100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD9E; }

 p { color: rgb(162,205,158); }

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

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

 a { background-color: rgb(162,205,158); }

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

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

 span { border-color: rgb(162,205,158); }

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