Html Css Color HEX #A0BE9A Spring Rain

📋 copy color: '#A0BE9A'

red 160 ◦ green 190 ◦ blue 154

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

Shades of Spring Rain #A0BE9A

Tints of Spring Rain #A0BE9A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.7%

 BLUE value IS 154 (60.55% from 255) = 30.56%

R = 31.75%
G = 37.7%
B = 30.56%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.19

 K value IS 0.25

RGB Variations

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

Color information

#A0BE9A (or 0xA0BE9A) is known color: Spring Rain. HEX triplet: A0, BE and 9A. RGB value is (160,190,154). Sum of RGB (Red+Green+Blue) = 160+190+154=504 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.75% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BE9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BE9A is #5F4165. Grayscale: #B1B1B1. Windows color (decimal): -6242662 or 10141344. OLE color: 10141344.

HSL color Cylindrical-coordinate representation of color #A0BE9A: hue angle of 110º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0BE9A is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 190 154 -
CMYK 0.16 0 0.19 0.25
HSL 110º 0.22% 0.67% -
HSV(B) 110º 0.19% 0.75% -
XYZ 38.74 46.63 37.53 -
YUV 176.93 115.06 115.93 -
System Red Green Blue C M Y K H S L
Decimal 160 190 154 0.16 0 0.19 0.25 110 0.22 0.67
Hex A0 BE 9A 10 0 13 19 6E 16 43
Octal 240 276 232 20 0 23 31 156 26 103
Binary 10100000 10111110 10011010 10000 0 10011 11001 1101110 10110 1000011

Color Harmonies of #A0BE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BE9A

Black with #A0BE9A

Text Example


Text Example

White with #A0BE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BE9A; }

 p { color: rgb(160,190,154); }

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

background-color css

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

 a { background-color: rgb(160,190,154); }

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

border-color css

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

 span { border-color: rgb(160,190,154); }

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