Html Css Color HEX #A1CBA0 Spring Rain

📋 copy color: '#A1CBA0'

red 161 ◦ green 203 ◦ blue 160

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

Shades of Spring Rain #A1CBA0

Tints of Spring Rain #A1CBA0

RGB

 RED value IS 161 (63.28% from 255) = 30.73%

 GREEN value IS 203 (79.69% from 255) = 38.74%

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

R = 30.73%
G = 38.74%
B = 30.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#A1CBA0 (or 0xA1CBA0) is known color: Spring Rain. HEX triplet: A1, CB and A0. RGB value is (161,203,160). Sum of RGB (Red+Green+Blue) = 161+203+160=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 203 - color contains mainly: green. Hex color #A1CBA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1CBA0 is #5E345F. Grayscale: #B9B9B9. Windows color (decimal): -6173792 or 10537889. OLE color: 10537889.

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

Color convert

RGB 161 203 160 -
CMYK 0.21 0 0.21 0.20
HSL 118.6º 0.29% 0.71% -
HSV(B) 118.6º 0.21% 0.8% -
XYZ 42.4 52.83 41.22 -
YUV 185.54 113.59 110.5 -
System Red Green Blue C M Y K H S L
Decimal 161 203 160 0.21 0 0.21 0.20 118.6 0.29 0.71
Hex A1 CB A0 15 0 15 14 77 1D 47
Octal 241 313 240 25 0 25 24 167 35 107
Binary 10100001 11001011 10100000 10101 0 10101 10100 1110111 11101 1000111

Color Harmonies of #A1CBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1CBA0

Black with #A1CBA0

Text Example


Text Example

White with #A1CBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1CBA0; }

 p { color: rgb(161,203,160); }

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

background-color css

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

 a { background-color: rgb(161,203,160); }

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

border-color css

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

 span { border-color: rgb(161,203,160); }

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