#ACCEA0

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

Shades of Spring Rain #ACCEA0

Tints of Spring Rain #ACCEA0

Color information

#ACCEA0 (or 0xACCEA0) is unknown color: approx Spring Rain. HEX triplet: AC, CE and A0. RGB value is (172,206,160). Sum of RGB (Red+Green+Blue) = 172+206+160=538 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.97% from 538); Green value is 206 (80.86% from 255 or 38.29% from 538); Blue value is 160 (62.89% from 255 or 29.74% from 538); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEA0 is #53315F. Grayscale: #BEBEBE. Windows color (decimal): -5452128 or 10538668. OLE color: 10538668.

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

Color convert

RGB172206160-
CMYK0.1700.220.19
HSL104.35º31.94%71.76%-
HSV(B)104.35º22.33%80.78%-
XYZ45.4355.4541.57-
YUV190.59110.74114.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 31.97%
GREEN value IS 206 (80.86% from 255) = 38.29%
BLUE value IS 160 (62.89% from 255) = 29.74%
R=31.97%
G=38.29%
B=29.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1722061600.1700.220.19104.3531.9471.76
HexACCEA01101613682048
Octal254316240210262315040110
Binary101011001100111010100000100010101101001111010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACCEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACCEA0; }

 p { color: rgb(172,206,160); }

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

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

 a { background-color: rgb(172,206,160); }

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

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

 span { border-color: rgb(172,206,160); }

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