#A5CC9A

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

Shades of Spring Rain #A5CC9A

Tints of Spring Rain #A5CC9A

Color information

#A5CC9A (or 0xA5CC9A) is unknown color: approx Spring Rain. HEX triplet: A5, CC and 9A. RGB value is (165,204,154). Sum of RGB (Red+Green+Blue) = 165+204+154=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 204 (80.08% from 255 or 39.01% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 204 - color contains mainly: green. Hex color #A5CC9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CC9A is #5A3365. Grayscale: #BABABA. Windows color (decimal): -5911398 or 10144933. OLE color: 10144933.

HSL color Cylindrical-coordinate representation of color #A5CC9A: hue angle of 106.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A5CC9A is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB165204154-
CMYK0.1900.250.2
HSL106.8º32.89%70.2%-
HSV(B)106.8º24.51%80%-
XYZ42.9453.5238.64-
YUV186.64109.58112.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 204 (80.08% from 255) = 39.01%
BLUE value IS 154 (60.55% from 255) = 29.45%
R=31.55%
G=39.01%
B=29.45%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1652041540.1900.250.2106.832.8970.2
HexA5CC9A13019146b2146
Octal245314232230312415341106
Binary101001011100110010011010100110110011010011010111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CC9A; }

 p { color: rgb(165,204,154); }

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

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

 a { background-color: rgb(165,204,154); }

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

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

 span { border-color: rgb(165,204,154); }

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