Html Css Color HEX #A0C39D Spring Rain

📋 copy color: '#A0C39D'

red 160 ◦ green 195 ◦ blue 157

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

Shades of Spring Rain #A0C39D

Tints of Spring Rain #A0C39D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.09%

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

R = 31.25%
G = 38.09%
B = 30.66%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#A0C39D (or 0xA0C39D) is known color: Spring Rain. HEX triplet: A0, C3 and 9D. RGB value is (160,195,157). Sum of RGB (Red+Green+Blue) = 160+195+157=512 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.25% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 157 (61.72% from 255 or 30.66% from 512); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C39D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C39D is #5F3C62. Grayscale: #B4B4B4. Windows color (decimal): -6241379 or 10339232. OLE color: 10339232.

HSL color Cylindrical-coordinate representation of color #A0C39D: hue angle of 115.26º degrees, saturation: 0.24, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C39D is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 160 195 157 -
CMYK 0.18 0 0.19 0.24
HSL 115.26º 0.24% 0.69% -
HSV(B) 115.26º 0.19% 0.76% -
XYZ 40.1 48.94 39.23 -
YUV 180.2 114.9 113.59 -
System Red Green Blue C M Y K H S L
Decimal 160 195 157 0.18 0 0.19 0.24 115.26 0.24 0.69
Hex A0 C3 9D 12 0 13 18 73 18 45
Octal 240 303 235 22 0 23 30 163 30 105
Binary 10100000 11000011 10011101 10010 0 10011 11000 1110011 11000 1000101

Color Harmonies of #A0C39D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C39D

Black with #A0C39D

Text Example


Text Example

White with #A0C39D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C39D; }

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

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

background-color css

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

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

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

border-color css

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

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

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