Html Css Color HEX #A0C099 Spring Rain

📋 copy color: '#A0C099'

red 160 ◦ green 192 ◦ blue 153

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

Shades of Spring Rain #A0C099

Tints of Spring Rain #A0C099

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 153 (60.16% from 255) = 30.3%

R = 31.68%
G = 38.02%
B = 30.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#A0C099 (or 0xA0C099) is known color: Spring Rain. HEX triplet: A0, C0 and 99. RGB value is (160,192,153). Sum of RGB (Red+Green+Blue) = 160+192+153=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C099 is #5F3F66. Grayscale: #B2B2B2. Windows color (decimal): -6242151 or 10076320. OLE color: 10076320.

HSL color Cylindrical-coordinate representation of color #A0C099: hue angle of 109.23º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A0C099 is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 192 153 -
CMYK 0.17 0 0.20 0.25
HSL 109.23º 0.24% 0.68% -
HSV(B) 109.23º 0.2% 0.75% -
XYZ 39.1 47.47 37.24 -
YUV 177.99 113.9 115.17 -
System Red Green Blue C M Y K H S L
Decimal 160 192 153 0.17 0 0.20 0.25 109.23 0.24 0.68
Hex A0 C0 99 11 0 14 19 6D 18 44
Octal 240 300 231 21 0 24 31 155 30 104
Binary 10100000 11000000 10011001 10001 0 10100 11001 1101101 11000 1000100

Color Harmonies of #A0C099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C099

Black with #A0C099

Text Example


Text Example

White with #A0C099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C099; }

 p { color: rgb(160,192,153); }

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

background-color css

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

 a { background-color: rgb(160,192,153); }

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

border-color css

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

 span { border-color: rgb(160,192,153); }

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