Html Css Color HEX #A0C09D Spring Rain

📋 copy color: '#A0C09D'

red 160 ◦ green 192 ◦ blue 157

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

Shades of Spring Rain #A0C09D

Tints of Spring Rain #A0C09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 30.84%

R = 31.43%
G = 37.72%
B = 30.84%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#A0C09D (or 0xA0C09D) is known color: Spring Rain. HEX triplet: A0, C0 and 9D. RGB value is (160,192,157). Sum of RGB (Red+Green+Blue) = 160+192+157=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 157 (61.72% from 255 or 30.84% from 509); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C09D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C09D is #5F3F62. Grayscale: #B2B2B2. Windows color (decimal): -6242147 or 10338464. OLE color: 10338464.

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

Color convert

RGB 160 192 157 -
CMYK 0.17 0 0.18 0.25
HSL 114.86º 0.22% 0.68% -
HSV(B) 114.86º 0.18% 0.75% -
XYZ 39.43 47.61 39.01 -
YUV 178.44 115.9 114.85 -
System Red Green Blue C M Y K H S L
Decimal 160 192 157 0.17 0 0.18 0.25 114.86 0.22 0.68
Hex A0 C0 9D 11 0 12 19 73 16 44
Octal 240 300 235 21 0 22 31 163 26 104
Binary 10100000 11000000 10011101 10001 0 10010 11001 1110011 10110 1000100

Color Harmonies of #A0C09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C09D

Black with #A0C09D

Text Example


Text Example

White with #A0C09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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