Html Css Color HEX #A8CDA0 Spring Rain

📋 copy color: '#A8CDA0'

red 168 ◦ green 205 ◦ blue 160

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

Shades of Spring Rain #A8CDA0

Tints of Spring Rain #A8CDA0

RGB

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

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

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

R = 31.52%
G = 38.46%
B = 30.02%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#A8CDA0 (or 0xA8CDA0) is known color: Spring Rain. HEX triplet: A8, CD and A0. RGB value is (168,205,160). Sum of RGB (Red+Green+Blue) = 168+205+160=533 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.52% from 533); Green value is 205 (80.47% from 255 or 38.46% from 533); Blue value is 160 (62.89% from 255 or 30.02% from 533); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDA0 is #57325F. Grayscale: #BCBCBC. Windows color (decimal): -5714528 or 10538408. OLE color: 10538408.

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

Color convert

RGB 168 205 160 -
CMYK 0.18 0 0.22 0.20
HSL 109.33º 0.31% 0.72% -
HSV(B) 109.33º 0.22% 0.8% -
XYZ 44.32 54.53 41.45 -
YUV 188.81 111.74 113.16 -
System Red Green Blue C M Y K H S L
Decimal 168 205 160 0.18 0 0.22 0.20 109.33 0.31 0.72
Hex A8 CD A0 12 0 16 14 6D 1F 48
Octal 250 315 240 22 0 26 24 155 37 110
Binary 10101000 11001101 10100000 10010 0 10110 10100 1101101 11111 1001000

Color Harmonies of #A8CDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8CDA0

Black with #A8CDA0

Text Example


Text Example

White with #A8CDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8CDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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