#acfaa7

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

Shades of Pale Green #ACFAA7

Tints of Pale Green #ACFAA7

Color information

#ACFAA7 (or 0xACFAA7) is unknown color: approx Pale Green. HEX triplet: AC, FA and A7. RGB value is (172,250,167). Sum of RGB (Red+Green+Blue) = 172+250+167=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 250 (98.05% from 255 or 42.44% from 589); Blue value is 167 (65.62% from 255 or 28.35% from 589); Max value from RGB is 250 - color contains mainly: green. Hex color #ACFAA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFAA7 is #530558. Grayscale: #D9D9D9. Windows color (decimal): -5440857 or 11008684. OLE color: 11008684.

HSL color Cylindrical-coordinate representation of color #ACFAA7: hue angle of 116.39º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFAA7 is Cyan = 0.31, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB172250167-
CMYK0.3100.330.02
HSL116.39º89.25%81.76%-
HSV(B)116.39º33.2%98.04%-
XYZ58.1779.9348.92-
YUV217.2299.6695.75-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 29.20%
GREEN value IS 250 (98.05% from 255) = 42.44%
BLUE value IS 167 (65.62% from 255) = 28.35%
R=29.20%
G=42.44%
B=28.35%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1722501670.3100.330.02116.3989.2581.76
HexACFAA71F0212745952
Octal254372247370412164131122
Binary10101100111110101010011111111010000110111010010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #acfaa7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #acfaa7; }

 p { color: rgb(172,250,167); }

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

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

 a { background-color: rgb(172,250,167); }

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

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

 span { border-color: rgb(172,250,167); }

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