Html Css Color HEX #A5D0A0 Spring Rain

📋 copy color: '#A5D0A0'

red 165 ◦ green 208 ◦ blue 160

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

Shades of Spring Rain #A5D0A0

Tints of Spring Rain #A5D0A0

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.02%

 BLUE value IS 160 (62.89% from 255) = 30.02%

R = 30.96%
G = 39.02%
B = 30.02%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#A5D0A0 (or 0xA5D0A0) is known color: Spring Rain. HEX triplet: A5, D0 and A0. RGB value is (165,208,160). Sum of RGB (Red+Green+Blue) = 165+208+160=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 208 (81.64% from 255 or 39.02% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 208 - color contains mainly: green. Hex color #A5D0A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D0A0 is #5A2F5F. Grayscale: #BDBDBD. Windows color (decimal): -5910368 or 10539173. OLE color: 10539173.

HSL color Cylindrical-coordinate representation of color #A5D0A0: hue angle of 113.75º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A5D0A0 is Cyan = 0.21, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.18.

Color convert

RGB 165 208 160 -
CMYK 0.21 0 0.23 0.18
HSL 113.75º 0.34% 0.72% -
HSV(B) 113.75º 0.23% 0.82% -
XYZ 44.42 55.65 41.66 -
YUV 189.67 111.25 110.4 -
System Red Green Blue C M Y K H S L
Decimal 165 208 160 0.21 0 0.23 0.18 113.75 0.34 0.72
Hex A5 D0 A0 15 0 17 12 72 22 48
Octal 245 320 240 25 0 27 22 162 42 110
Binary 10100101 11010000 10100000 10101 0 10111 10010 1110010 100010 1001000

Color Harmonies of #A5D0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5D0A0

Black with #A5D0A0

Text Example


Text Example

White with #A5D0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5D0A0; }

 p { color: rgb(165,208,160); }

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

background-color css

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

 a { background-color: rgb(165,208,160); }

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

border-color css

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

 span { border-color: rgb(165,208,160); }

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