#A5CE9F

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

Shades of Spring Rain #A5CE9F

Tints of Spring Rain #A5CE9F

Color information

#A5CE9F (or 0xA5CE9F) is unknown color: approx Spring Rain. HEX triplet: A5, CE and 9F. RGB value is (165,206,159). Sum of RGB (Red+Green+Blue) = 165+206+159=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 159 (62.5% from 255 or 30% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #A5CE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CE9F is #5A3160. Grayscale: #BCBCBC. Windows color (decimal): -5910881 or 10473125. OLE color: 10473125.

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

Color convert

RGB165206159-
CMYK0.2000.230.19
HSL112.34º32.41%71.57%-
HSV(B)112.34º22.82%80.78%-
XYZ43.8554.6541.04-
YUV188.38111.42111.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.13%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 159 (62.5% from 255) = 30%
R=31.13%
G=38.87%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1652061590.2000.230.19112.3432.4171.57
HexA5CE9F1401713702048
Octal245316237240272316040110
Binary101001011100111010011111101000101111001111100001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CE9F; }

 p { color: rgb(165,206,159); }

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

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

 a { background-color: rgb(165,206,159); }

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

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

 span { border-color: rgb(165,206,159); }

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