Html Css Color HEX #A5CDA1 Spring Rain

📋 copy color: '#A5CDA1'

red 165 ◦ green 205 ◦ blue 161

#A5CDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Rain #A5CDA1

Tints of Spring Rain #A5CDA1

RGB

 RED value IS 165 (64.84% from 255) = 31.07%

 GREEN value IS 205 (80.47% from 255) = 38.61%

 BLUE value IS 161 (63.28% from 255) = 30.32%

R = 31.07%
G = 38.61%
B = 30.32%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#A5CDA1 (or 0xA5CDA1) is known color: Spring Rain. HEX triplet: A5, CD and A1. RGB value is (165,205,161). Sum of RGB (Red+Green+Blue) = 165+205+161=531 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.07% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 161 (63.28% from 255 or 30.32% from 531); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5CDA1 is #5A325E. Grayscale: #BCBCBC. Windows color (decimal): -5911135 or 10603941. OLE color: 10603941.

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

Color convert

RGB 165 205 161 -
CMYK 0.20 0 0.21 0.20
HSL 114.55º 0.31% 0.72% -
HSV(B) 114.55º 0.21% 0.8% -
XYZ 43.78 54.24 41.88 -
YUV 188.02 112.75 111.58 -
System Red Green Blue C M Y K H S L
Decimal 165 205 161 0.20 0 0.21 0.20 114.55 0.31 0.72
Hex A5 CD A1 14 0 15 14 73 1F 48
Octal 245 315 241 24 0 25 24 163 37 110
Binary 10100101 11001101 10100001 10100 0 10101 10100 1110011 11111 1001000

Color Harmonies of #A5CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5CDA1

Black with #A5CDA1

Text Example


Text Example

White with #A5CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5CDA1; }

 p { color: rgb(165,205,161); }

 H1.HeaderClassName
 {
   color: #A5CDA1;
 }
 .AnyTagClassName
 {
   color: #A5CDA1;
 }
</style>

background-color css

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

 a { background-color: rgb(165,205,161); }

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

border-color css

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

 span { border-color: rgb(165,205,161); }

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