#ACFDA5

Color #ACFDA5 Pale Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Green #ACFDA5

Tints of Pale Green #ACFDA5

Color information

#ACFDA5 (or 0xACFDA5) is unknown color: approx Pale Green. HEX triplet: AC, FD and A5. RGB value is (172,253,165). Sum of RGB (Red+Green+Blue) = 172+253+165=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 253 (99.22% from 255 or 42.88% from 590); Blue value is 165 (64.84% from 255 or 27.97% from 590); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA5 is #53025A. Grayscale: #DBDBDB. Windows color (decimal): -5440091 or 10878380. OLE color: 10878380.

HSL color Cylindrical-coordinate representation of color #ACFDA5: hue angle of 115.23º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #ACFDA5 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.01.

Color convert

RGB172253165-
CMYK0.3200.350.01
HSL115.23º95.65%81.96%-
HSV(B)115.23º34.78%99.22%-
XYZ58.9381.7448.27-
YUV218.7597.6694.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.15%
GREEN value IS 253 (99.22% from 255) = 42.88%
BLUE value IS 165 (64.84% from 255) = 27.97%
R=29.15%
G=42.88%
B=27.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531650.3200.350.01115.2395.6581.96
HexACFDA5200231736052
Octal254375245400431163140122
Binary10101100111111011010010110000001000111111001111000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDA5; }

 p { color: rgb(172,253,165); }

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

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

 a { background-color: rgb(172,253,165); }

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

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

 span { border-color: rgb(172,253,165); }

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