Html Css Color HEX #A0C895 Spring Rain

📋 copy color: '#A0C895'

red 160 ◦ green 200 ◦ blue 149

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

Shades of Spring Rain #A0C895

Tints of Spring Rain #A0C895

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.29%

 BLUE value IS 149 (58.59% from 255) = 29.27%

R = 31.43%
G = 39.29%
B = 29.27%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.26

 K value IS 0.22

RGB Variations

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

Color information

#A0C895 (or 0xA0C895) is known color: Spring Rain. HEX triplet: A0, C8 and 95. RGB value is (160,200,149). Sum of RGB (Red+Green+Blue) = 160+200+149=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 200 (78.52% from 255 or 39.29% from 509); Blue value is 149 (58.59% from 255 or 29.27% from 509); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C895 is #5F376A. Grayscale: #B6B6B6. Windows color (decimal): -6240107 or 9816224. OLE color: 9816224.

HSL color Cylindrical-coordinate representation of color #A0C895: hue angle of 107.06º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0C895 is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 200 149 -
CMYK 0.2 0 0.26 0.22
HSL 107.06º 0.32% 0.68% -
HSV(B) 107.06º 0.26% 0.78% -
XYZ 40.58 50.95 36.13 -
YUV 182.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 160 200 149 0.2 0 0.26 0.22 107.06 0.32 0.68
Hex A0 C8 95 14 0 1A 16 6B 20 44
Octal 240 310 225 24 0 32 26 153 40 104
Binary 10100000 11001000 10010101 10100 0 11010 10110 1101011 100000 1000100

Color Harmonies of #A0C895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C895

Black with #A0C895

Text Example


Text Example

White with #A0C895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C895; }

 p { color: rgb(160,200,149); }

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

background-color css

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

 a { background-color: rgb(160,200,149); }

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

border-color css

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

 span { border-color: rgb(160,200,149); }

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