#A8CD9C

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

Shades of Spring Rain #A8CD9C

Tints of Spring Rain #A8CD9C

Color information

#A8CD9C (or 0xA8CD9C) is unknown color: approx Spring Rain. HEX triplet: A8, CD and 9C. RGB value is (168,205,156). Sum of RGB (Red+Green+Blue) = 168+205+156=529 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.76% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CD9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CD9C is #573263. Grayscale: #BCBCBC. Windows color (decimal): -5714532 or 10276264. OLE color: 10276264.

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

Color convert

RGB168205156-
CMYK0.1800.240.20
HSL105.31º32.89%70.78%-
HSV(B)105.31º23.9%80.39%-
XYZ43.9854.3939.63-
YUV188.35109.74113.48-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.76%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 156 (61.33% from 255) = 29.49%
R=31.76%
G=38.75%
B=29.49%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1682051560.1800.240.20105.3132.8970.78
HexA8CD9C1201814692147
Octal250315234220302415141107
Binary101010001100110110011100100100110001010011010011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CD9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CD9C; }

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

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

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

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

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

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

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

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