#ACFDA1

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

Shades of Pale Green #ACFDA1

Tints of Pale Green #ACFDA1

Color information

#ACFDA1 (or 0xACFDA1) is unknown color: approx Pale Green. HEX triplet: AC, FD and A1. RGB value is (172,253,161). Sum of RGB (Red+Green+Blue) = 172+253+161=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 253 (99.22% from 255 or 43.17% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDA1 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFDA1 is #53025E. Grayscale: #DADADA. Windows color (decimal): -5440095 or 10616236. OLE color: 10616236.

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

Color convert

RGB172253161-
CMYK0.3200.360.01
HSL112.83º95.83%81.18%-
HSV(B)112.83º36.36%99.22%-
XYZ58.5781.5946.38-
YUV218.2995.6694.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.35%
GREEN value IS 253 (99.22% from 255) = 43.17%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=29.35%
G=43.17%
B=27.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1722531610.3200.360.01112.8395.8381.18
HexACFDA1200241716051
Octal254375241400441161140121
Binary10101100111111011010000110000001001001111000111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACFDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACFDA1; }

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

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

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

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

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

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

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

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