#A7CC96

Color #A7CC96 Spring Rain (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Rain #A7CC96

Tints of Spring Rain #A7CC96

Color information

#A7CC96 (or 0xA7CC96) is unknown color: approx Spring Rain. HEX triplet: A7, CC and 96. RGB value is (167,204,150). Sum of RGB (Red+Green+Blue) = 167+204+150=521 (69% of max value = 765). Red value is 167 (65.62% from 255 or 32.05% from 521); Green value is 204 (80.08% from 255 or 39.16% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 204 - color contains mainly: green. Hex color #A7CC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CC96 is #583369. Grayscale: #BABABA. Windows color (decimal): -5780330 or 9882791. OLE color: 9882791.

HSL color Cylindrical-coordinate representation of color #A7CC96: hue angle of 101.11º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A7CC96 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.2.

Color convert

RGB167204150-
CMYK0.1800.260.2
HSL101.11º34.62%69.41%-
HSV(B)101.11º26.47%80%-
XYZ43.0353.636.93-
YUV186.78107.24113.89-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.05%
GREEN value IS 204 (80.08% from 255) = 39.16%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=32.05%
G=39.16%
B=28.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1672041500.1800.260.2101.1134.6269.41
HexA7CC961201A14652345
Octal247314226220322414543105
Binary101001111100110010010110100100110101010011001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CC96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CC96; }

 p { color: rgb(167,204,150); }

 H1.HeaderClassName
 {
   color: #A7CC96;
 }
 .AnyTagClassName
 {
   color: #A7CC96;
 }
</style>
background-color css

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

 a { background-color: rgb(167,204,150); }

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

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

 span { border-color: rgb(167,204,150); }

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