Html Css Color HEX #A8CDA1 Spring Rain

📋 copy color: '#A8CDA1'

red 168 ◦ green 205 ◦ blue 161

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

Shades of Spring Rain #A8CDA1

Tints of Spring Rain #A8CDA1

RGB

 RED value IS 168 (66.02% from 255) = 31.46%

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

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

R = 31.46%
G = 38.39%
B = 30.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#A8CDA1 (or 0xA8CDA1) is known color: Spring Rain. HEX triplet: A8, CD and A1. RGB value is (168,205,161). Sum of RGB (Red+Green+Blue) = 168+205+161=534 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.46% from 534); Green value is 205 (80.47% from 255 or 38.39% from 534); Blue value is 161 (63.28% from 255 or 30.15% from 534); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA1 is #57325E. Grayscale: #BDBDBD. Windows color (decimal): -5714527 or 10603944. OLE color: 10603944.

HSL color Cylindrical-coordinate representation of color #A8CDA1: hue angle of 110.45º 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 #A8CDA1 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 168 205 161 -
CMYK 0.18 0 0.21 0.20
HSL 110.45º 0.31% 0.72% -
HSV(B) 110.45º 0.21% 0.8% -
XYZ 44.41 54.56 41.91 -
YUV 188.92 112.24 113.08 -
System Red Green Blue C M Y K H S L
Decimal 168 205 161 0.18 0 0.21 0.20 110.45 0.31 0.72
Hex A8 CD A1 12 0 15 14 6E 1F 48
Octal 250 315 241 22 0 25 24 156 37 110
Binary 10101000 11001101 10100001 10010 0 10101 10100 1101110 11111 1001000

Color Harmonies of #A8CDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDA1

Black with #A8CDA1

Text Example


Text Example

White with #A8CDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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