Html Css Color HEX #A0CD96 Spring Rain

📋 copy color: '#A0CD96'

red 160 ◦ green 205 ◦ blue 150

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

Shades of Spring Rain #A0CD96

Tints of Spring Rain #A0CD96

RGB

 RED value IS 160 (62.89% from 255) = 31.07%

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

 BLUE value IS 150 (58.98% from 255) = 29.13%

R = 31.07%
G = 39.81%
B = 29.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#A0CD96 (or 0xA0CD96) is known color: Spring Rain. HEX triplet: A0, CD and 96. RGB value is (160,205,150). Sum of RGB (Red+Green+Blue) = 160+205+150=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 205 (80.47% from 255 or 39.81% from 515); Blue value is 150 (58.98% from 255 or 29.13% from 515); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0CD96 is #5F3269. Grayscale: #B9B9B9. Windows color (decimal): -6238826 or 9883040. OLE color: 9883040.

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

Color convert

RGB 160 205 150 -
CMYK 0.22 0 0.27 0.20
HSL 109.09º 0.35% 0.7% -
HSV(B) 109.09º 0.27% 0.8% -
XYZ 41.83 53.34 36.94 -
YUV 185.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 160 205 150 0.22 0 0.27 0.20 109.09 0.35 0.7
Hex A0 CD 96 16 0 1B 14 6D 23 46
Octal 240 315 226 26 0 33 24 155 43 106
Binary 10100000 11001101 10010110 10110 0 11011 10100 1101101 100011 1000110

Color Harmonies of #A0CD96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CD96

Black with #A0CD96

Text Example


Text Example

White with #A0CD96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CD96; }

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

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

background-color css

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

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

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

border-color css

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

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

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