#A7CFA0

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

Shades of Spring Rain #A7CFA0

Tints of Spring Rain #A7CFA0

Color information

#A7CFA0 (or 0xA7CFA0) is unknown color: approx Spring Rain. HEX triplet: A7, CF and A0. RGB value is (167,207,160). Sum of RGB (Red+Green+Blue) = 167+207+160=534 (70% of max value = 765). Red value is 167 (65.62% from 255 or 31.27% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 160 (62.89% from 255 or 29.96% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #A7CFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A7CFA0 is #58305F. Grayscale: #BDBDBD. Windows color (decimal): -5779552 or 10538919. OLE color: 10538919.

HSL color Cylindrical-coordinate representation of color #A7CFA0: hue angle of 111.06º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A7CFA0 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB167207160-
CMYK0.1900.230.19
HSL111.06º32.87%71.96%-
HSV(B)111.06º22.71%81.18%-
XYZ44.5955.3841.6-
YUV189.68111.25111.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 31.27%
GREEN value IS 207 (81.25% from 255) = 38.76%
BLUE value IS 160 (62.89% from 255) = 29.96%
R=31.27%
G=38.76%
B=29.96%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1672071600.1900.230.19111.0632.8771.96
HexA7CFA013017136f2148
Octal247317240230272315741110
Binary101001111100111110100000100110101111001111011111000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CFA0; }

 p { color: rgb(167,207,160); }

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

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

 a { background-color: rgb(167,207,160); }

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

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

 span { border-color: rgb(167,207,160); }

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