Html Css Color HEX #A0C396 Spring Rain

📋 copy color: '#A0C396'

red 160 ◦ green 195 ◦ blue 150

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

Shades of Spring Rain #A0C396

Tints of Spring Rain #A0C396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.7%

R = 31.68%
G = 38.61%
B = 29.7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#A0C396 (or 0xA0C396) is known color: Spring Rain. HEX triplet: A0, C3 and 96. RGB value is (160,195,150). Sum of RGB (Red+Green+Blue) = 160+195+150=505 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.68% from 505); Green value is 195 (76.56% from 255 or 38.61% from 505); Blue value is 150 (58.98% from 255 or 29.70% from 505); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C396 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C396 is #5F3C69. Grayscale: #B3B3B3. Windows color (decimal): -6241386 or 9880480. OLE color: 9880480.

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

Color convert

RGB 160 195 150 -
CMYK 0.18 0 0.23 0.24
HSL 106.67º 0.27% 0.68% -
HSV(B) 106.67º 0.23% 0.76% -
XYZ 39.52 48.71 36.17 -
YUV 179.41 111.4 114.16 -
System Red Green Blue C M Y K H S L
Decimal 160 195 150 0.18 0 0.23 0.24 106.67 0.27 0.68
Hex A0 C3 96 12 0 17 18 6B 1B 44
Octal 240 303 226 22 0 27 30 153 33 104
Binary 10100000 11000011 10010110 10010 0 10111 11000 1101011 11011 1000100

Color Harmonies of #A0C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C396

Black with #A0C396

Text Example


Text Example

White with #A0C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C396; }

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

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

background-color css

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

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

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

border-color css

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

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

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